License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdconsistent-hashing |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconsistent-hashing
The consistent-hashing tool for java.
|
Filename | Size |
---|---|
consistent-hashing-0.0.3.pom | |
consistent-hashing-0.0.3.jar | 7 KB |
consistent-hashing-0.0.3-sources.jar | 4 KB |
consistent-hashing-0.0.3-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/consistent-hashing/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>consistent-hashing</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/consistent-hashing/
implementation 'com.github.houbb:consistent-hashing:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/consistent-hashing/
implementation ("com.github.houbb:consistent-hashing:0.0.3")
'com.github.houbb:consistent-hashing:jar:0.0.3'
<dependency org="com.github.houbb" name="consistent-hashing" rev="0.0.3">
<artifact name="consistent-hashing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='consistent-hashing', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "consistent-hashing" % "0.0.3"
[com.github.houbb/consistent-hashing "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : hash | jar | 0.0.2 |
com.github.houbb : heaven | jar | 0.1.129 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.12 |