License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.t3hnar |
ArtifactId | ArtifactIdscala-bcrypt_2.12 |
Last Version | Last Version4.3.0 |
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.12-4.3.0.pom | |
scala-bcrypt_2.12-4.3.0.jar | 6 KB |
scala-bcrypt_2.12-4.3.0-sources.jar | 1 KB |
scala-bcrypt_2.12-4.3.0-javadoc.jar | 627 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.12/ -->
<dependency>
<groupId>com.github.t3hnar</groupId>
<artifactId>scala-bcrypt_2.12</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.12/
implementation 'com.github.t3hnar:scala-bcrypt_2.12:4.3.0'
// https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.12/
implementation ("com.github.t3hnar:scala-bcrypt_2.12:4.3.0")
'com.github.t3hnar:scala-bcrypt_2.12:jar:4.3.0'
<dependency org="com.github.t3hnar" name="scala-bcrypt_2.12" rev="4.3.0">
<artifact name="scala-bcrypt_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t3hnar', module='scala-bcrypt_2.12', version='4.3.0')
)
libraryDependencies += "com.github.t3hnar" % "scala-bcrypt_2.12" % "4.3.0"
[com.github.t3hnar/scala-bcrypt_2.12 "4.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.12 |
de.svenkubiak : jBCrypt | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.8 |