License |
License |
---|---|
GroupId | GroupIdcom.lazythought |
ArtifactId | ArtifactIdeasyhash |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioneasyhash
The easiest way to generate HEX hashs in Groovy and Java
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easyhash-1.0.pom | |
easyhash-1.0.jar | 6 KB |
easyhash-1.0-sources.jar | 2 KB |
easyhash-1.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lazythought/easyhash/ -->
<dependency>
<groupId>com.lazythought</groupId>
<artifactId>easyhash</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lazythought/easyhash/
implementation 'com.lazythought:easyhash:1.0'
// https://jarcasting.com/artifacts/com.lazythought/easyhash/
implementation ("com.lazythought:easyhash:1.0")
'com.lazythought:easyhash:jar:1.0'
<dependency org="com.lazythought" name="easyhash" rev="1.0">
<artifact name="easyhash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lazythought', module='easyhash', version='1.0')
)
libraryDependencies += "com.lazythought" % "easyhash" % "1.0"
[com.lazythought/easyhash "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |