t3hnar / scala-bcrypt   4.3.0

GitHub

Scala wrapper for jBcrypt + pom.xml inside

Scala versions: 2.13 2.12 2.11 2.10

scala-bcrypt 3.0


Group ID:
com.github.t3hnar
Artifact ID:
scala-bcrypt_2.10
Version:
3.0
Release Date:
Nov 15, 2016
Licenses:

libraryDependencies += "com.github.t3hnar" %% "scala-bcrypt" % "3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.t3hnar::scala-bcrypt:3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.t3hnar::scala-bcrypt:3.0"

Ammonite REPL

import $ivy.`com.github.t3hnar::scala-bcrypt:3.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>com.github.t3hnar</groupId>
  <artifactId>scala-bcrypt_2.10</artifactId>
  <version>3.0</version>
</dependency>

compile group: 'com.github.t3hnar', name: 'scala-bcrypt_2.10', version: '3.0'