License |
License |
---|---|
GroupId | GroupIdcom.streametry |
ArtifactId | ArtifactIdjumphash |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionJumphash
Jump Consistent Hash algorithm
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jumphash-1.0.pom | |
jumphash-1.0.jar | 1 KB |
jumphash-1.0-sources.jar | 1 KB |
jumphash-1.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streametry/jumphash/ -->
<dependency>
<groupId>com.streametry</groupId>
<artifactId>jumphash</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streametry/jumphash/
implementation 'com.streametry:jumphash:1.0'
// https://jarcasting.com/artifacts/com.streametry/jumphash/
implementation ("com.streametry:jumphash:1.0")
'com.streametry:jumphash:jar:1.0'
<dependency org="com.streametry" name="jumphash" rev="1.0">
<artifact name="jumphash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streametry', module='jumphash', version='1.0')
)
libraryDependencies += "com.streametry" % "jumphash" % "1.0"
[com.streametry/jumphash "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.+ |