GroupId | GroupIdcom.github.chrix75 |
---|---|
ArtifactId | ArtifactIdpassword-hashing |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
password-hashing-0.1.0.pom | |
password-hashing-0.1.0.jar | 5 KB |
password-hashing-0.1.0-sources.jar | 4 KB |
password-hashing-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrix75/password-hashing/ -->
<dependency>
<groupId>com.github.chrix75</groupId>
<artifactId>password-hashing</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrix75/password-hashing/
implementation 'com.github.chrix75:password-hashing:0.1.0'
// https://jarcasting.com/artifacts/com.github.chrix75/password-hashing/
implementation ("com.github.chrix75:password-hashing:0.1.0")
'com.github.chrix75:password-hashing:jar:0.1.0'
<dependency org="com.github.chrix75" name="password-hashing" rev="0.1.0">
<artifact name="password-hashing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrix75', module='password-hashing', version='0.1.0')
)
libraryDependencies += "com.github.chrix75" % "password-hashing" % "0.1.0"
[com.github.chrix75/password-hashing "0.1.0"]