| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.hycube |
| ArtifactId | ArtifactIdhycube |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHyCube
HyCube is a distributed hash table based on a hierarchical hypercube geometry, employing a novel variable metric adopting the Steinhaus transform.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationArtur Olszak |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hycube-1.0.5.pom | |
| hycube-1.0.5.jar | 841 KB |
| hycube-1.0.5-with-dependencies.zip | 840 KB |
| hycube-1.0.5-sources.jar | 466 KB |
| hycube-1.0.5-javadoc.jar | 2 MB |
| hycube-1.0.5-jar-with-dependencies.jar | 897 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.hycube/hycube/ -->
<dependency>
<groupId>net.hycube</groupId>
<artifactId>hycube</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.hycube/hycube/
implementation 'net.hycube:hycube:1.0.5'
// https://jarcasting.com/artifacts/net.hycube/hycube/
implementation ("net.hycube:hycube:1.0.5")
'net.hycube:hycube:jar:1.0.5'
<dependency org="net.hycube" name="hycube" rev="1.0.5">
<artifact name="hycube" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hycube', module='hycube', version='1.0.5')
)
libraryDependencies += "net.hycube" % "hycube" % "1.0.5"
[net.hycube/hycube "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.mockito : mockito-core | jar | 2.2.1 |