is not current version
Last Version 1.0.5

net.hycube:hycube 1.0.3

HyCube is a distributed hash table based on a hierarchical hypercube geometry, employing a novel variable metric adopting the Steinhaus transform.

Categories

Categories

Net
GroupId

GroupId

net.hycube
ArtifactId

ArtifactId

hycube
Version

Version

1.0.3
Type

Type

jar

Download hycube 1.0.3


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