| License |
License |
|---|---|
| GroupId | GroupIdcom.github.febeling |
| ArtifactId | ArtifactIdgeneral-hash-functions |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
Descriptiongeneral-hash-functions
Java version from Arash Partow's collection of hash function libraries
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.febeling/general-hash-functions/ -->
<dependency>
<groupId>com.github.febeling</groupId>
<artifactId>general-hash-functions</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.febeling/general-hash-functions/
implementation 'com.github.febeling:general-hash-functions:1.1.0'
// https://jarcasting.com/artifacts/com.github.febeling/general-hash-functions/
implementation ("com.github.febeling:general-hash-functions:1.1.0")
'com.github.febeling:general-hash-functions:jar:1.1.0'
<dependency org="com.github.febeling" name="general-hash-functions" rev="1.1.0">
<artifact name="general-hash-functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.febeling', module='general-hash-functions', version='1.1.0')
)
libraryDependencies += "com.github.febeling" % "general-hash-functions" % "1.1.0"
[com.github.febeling/general-hash-functions "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |