Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.t3hnar |
ArtifactId | ArtifactIdscala-bcrypt_2.12 |
Version | Version4.1 |
Type | Typejar |
Filename | Size |
---|---|
scala-bcrypt_2.12-4.1.pom | |
scala-bcrypt_2.12-4.1.jar | 7 KB |
scala-bcrypt_2.12-4.1-sources.jar | 1 KB |
scala-bcrypt_2.12-4.1-javadoc.jar | 1 MB |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.12/
implementation 'com.github.t3hnar:scala-bcrypt_2.12:4.1'
// https://jarcasting.com/artifacts/com.github.t3hnar/scala-bcrypt_2.12/
implementation ("com.github.t3hnar:scala-bcrypt_2.12:4.1")
'com.github.t3hnar:scala-bcrypt_2.12:jar:4.1'
<dependency org="com.github.t3hnar" name="scala-bcrypt_2.12" rev="4.1">
<artifact name="scala-bcrypt_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t3hnar', module='scala-bcrypt_2.12', version='4.1')
)
libraryDependencies += "com.github.t3hnar" % "scala-bcrypt_2.12" % "4.1"
[com.github.t3hnar/scala-bcrypt_2.12 "4.1"]