mkurz / deadbolt-2-scala   3.0.0

Apache License 2.0 GitHub

Idiomatic Scala API for Deadbolt 2

Scala versions: 3.x 2.13 2.12 2.11 2.10

deadbolt-scala 2.3.2


Group ID:
be.objectify
Artifact ID:
deadbolt-scala_2.10
Version:
2.3.2
Release Date:
Nov 17, 2014
Licenses:

libraryDependencies += "be.objectify" %% "deadbolt-scala" % "2.3.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"be.objectify::deadbolt-scala:2.3.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "be.objectify::deadbolt-scala:2.3.2"

Ammonite REPL

import $ivy.`be.objectify::deadbolt-scala:2.3.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>be.objectify</groupId>
  <artifactId>deadbolt-scala_2.10</artifactId>
  <version>2.3.2</version>
</dependency>

compile group: 'be.objectify', name: 'deadbolt-scala_2.10', version: '2.3.2'