is not current version
Last Version 0.0.3

com.github.houbb:consistent-hashing 0.0.1

The lombok extension framework.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

consistent-hashing
Version

Version

0.0.1
Type

Type

jar

Download consistent-hashing 0.0.1


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