is not current version
Last Version 1.0.1

com.googlecode.perfect-hashes:perfect-hashes 1.0

A Perfect Hash Function Generator in Java

GroupId

GroupId

com.googlecode.perfect-hashes
ArtifactId

ArtifactId

perfect-hashes
Version

Version

1.0
Type

Type

jar

Download perfect-hashes 1.0


<!-- https://jarcasting.com/artifacts/com.googlecode.perfect-hashes/perfect-hashes/ -->
<dependency>
    <groupId>com.googlecode.perfect-hashes</groupId>
    <artifactId>perfect-hashes</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.perfect-hashes/perfect-hashes/
implementation 'com.googlecode.perfect-hashes:perfect-hashes:1.0'
// https://jarcasting.com/artifacts/com.googlecode.perfect-hashes/perfect-hashes/
implementation ("com.googlecode.perfect-hashes:perfect-hashes:1.0")
'com.googlecode.perfect-hashes:perfect-hashes:jar:1.0'
<dependency org="com.googlecode.perfect-hashes" name="perfect-hashes" rev="1.0">
  <artifact name="perfect-hashes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.perfect-hashes', module='perfect-hashes', version='1.0')
)
libraryDependencies += "com.googlecode.perfect-hashes" % "perfect-hashes" % "1.0"
[com.googlecode.perfect-hashes/perfect-hashes "1.0"]