is not current version
Last Version 2.3.0

de.nycode:bcrypt 1.0.0

Kotlin multiplatform library for using the BCrypt hash algorithm with Kotlin/JVM and Kotlin/JS.

GroupId

GroupId

de.nycode
ArtifactId

ArtifactId

bcrypt
Version

Version

1.0.0
Type

Type

pom

Download bcrypt 1.0.0

Filename Size
bcrypt-1.0.0.pom
Browse

<!-- https://jarcasting.com/artifacts/de.nycode/bcrypt/ -->
<dependency>
    <groupId>de.nycode</groupId>
    <artifactId>bcrypt</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.nycode/bcrypt/
implementation 'de.nycode:bcrypt:1.0.0'
// https://jarcasting.com/artifacts/de.nycode/bcrypt/
implementation ("de.nycode:bcrypt:1.0.0")
'de.nycode:bcrypt:pom:1.0.0'
<dependency org="de.nycode" name="bcrypt" rev="1.0.0">
  <artifact name="bcrypt" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.nycode', module='bcrypt', version='1.0.0')
)
libraryDependencies += "de.nycode" % "bcrypt" % "1.0.0"
[de.nycode/bcrypt "1.0.0"]