stackableregiments / dependencies   0.4.0

GitHub

Associated pieces which underlie shared MeTL systems. Some are experiments, some are now distributed through maven repositories.

Scala versions: 2.11

form-authentication 0.4.0


Group ID:
io.github.stackableregiments
Artifact ID:
form-authentication_2.11
Version:
0.4.0
Release Date:
Jan 11, 2016
Licenses:

libraryDependencies += "io.github.stackableregiments" %% "form-authentication" % "0.4.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.github.stackableregiments::form-authentication:0.4.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.github.stackableregiments::form-authentication:0.4.0"

Ammonite REPL

import $ivy.`io.github.stackableregiments::form-authentication:0.4.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.stackableregiments</groupId>
  <artifactId>form-authentication_2.11</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'io.github.stackableregiments', name: 'form-authentication_2.11', version: '0.4.0'