GroupId | GroupIdcom.googlecode.perfect-hashes |
---|---|
ArtifactId | ArtifactIdperfect-hashes |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
perfect-hashes-1.0.pom | |
perfect-hashes-1.0.jar | 8 KB |
perfect-hashes-1.0-sources.jar | 14 KB |
perfect-hashes-1.0-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</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"]