GroupId | GroupIdat.favre.lib |
---|---|
ArtifactId | ArtifactIdbcrypt |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
bcrypt-0.3.0.pom | |
bcrypt-0.3.0.jar | 42 KB |
bcrypt-0.3.0-sources.jar | 29 KB |
bcrypt-0.3.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.favre.lib/bcrypt/ -->
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/bcrypt/
implementation 'at.favre.lib:bcrypt:0.3.0'
// https://jarcasting.com/artifacts/at.favre.lib/bcrypt/
implementation ("at.favre.lib:bcrypt:0.3.0")
'at.favre.lib:bcrypt:jar:0.3.0'
<dependency org="at.favre.lib" name="bcrypt" rev="0.3.0">
<artifact name="bcrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='bcrypt', version='0.3.0')
)
libraryDependencies += "at.favre.lib" % "bcrypt" % "0.3.0"
[at.favre.lib/bcrypt "0.3.0"]