License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.t3hnar |
ArtifactId | ArtifactIdscala-bcrypt_2.10 |
Last Version | Last Version3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscala-bcrypt
Scala wrapper for jBcrypt + pom.xml inside
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
scala-bcrypt_2.10-3.1.pom | |
scala-bcrypt_2.10-3.1.jar | 25 KB |
scala-bcrypt_2.10-3.1-sources.jar | 2 KB |
scala-bcrypt_2.10-3.1-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.10/ -->
<dependency>
<groupId>com.github.t3hnar</groupId>
<artifactId>scala-bcrypt_2.10</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.10/
implementation 'com.github.t3hnar:scala-bcrypt_2.10:3.1'
// https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.10/
implementation ("com.github.t3hnar:scala-bcrypt_2.10:3.1")
'com.github.t3hnar:scala-bcrypt_2.10:jar:3.1'
<dependency org="com.github.t3hnar" name="scala-bcrypt_2.10" rev="3.1">
<artifact name="scala-bcrypt_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t3hnar', module='scala-bcrypt_2.10', version='3.1')
)
libraryDependencies += "com.github.t3hnar" % "scala-bcrypt_2.10" % "3.1"
[com.github.t3hnar/scala-bcrypt_2.10 "3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.6 |
de.svenkubiak : jBCrypt | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 3.0.3 |