| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.perfect-hashes |
| ArtifactId | ArtifactIdperfect-hashes |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionperfect-hashes
A Perfect Hash Function Generator in Java
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| perfect-hashes-1.0.1.pom | |
| perfect-hashes-1.0.1.jar | 8 KB |
| perfect-hashes-1.0.1-sources.jar | 14 KB |
| perfect-hashes-1.0.1-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.perfect-hashes/perfect-hashes/ -->
<dependency>
<groupId>com.googlecode.perfect-hashes</groupId>
<artifactId>perfect-hashes</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.perfect-hashes/perfect-hashes/
implementation 'com.googlecode.perfect-hashes:perfect-hashes:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.perfect-hashes/perfect-hashes/
implementation ("com.googlecode.perfect-hashes:perfect-hashes:1.0.1")
'com.googlecode.perfect-hashes:perfect-hashes:jar:1.0.1'
<dependency org="com.googlecode.perfect-hashes" name="perfect-hashes" rev="1.0.1">
<artifact name="perfect-hashes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.perfect-hashes', module='perfect-hashes', version='1.0.1')
)
libraryDependencies += "com.googlecode.perfect-hashes" % "perfect-hashes" % "1.0.1"
[com.googlecode.perfect-hashes/perfect-hashes "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | [10.0,] |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |