License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.agkn |
ArtifactId | ArtifactIdhll |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHyperLogLog in Java
HyperLogLog: approximate distinct value counting algoritm
|
Project URL |
Project URL |
Filename | Size |
---|---|
hll-1.6.0.pom | |
hll-1.6.0.jar | 29 KB |
hll-1.6.0-sources.jar | 34 KB |
hll-1.6.0-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.agkn/hll/ -->
<dependency>
<groupId>net.agkn</groupId>
<artifactId>hll</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.agkn/hll/
implementation 'net.agkn:hll:1.6.0'
// https://jarcasting.com/artifacts/net.agkn/hll/
implementation ("net.agkn:hll:1.6.0")
'net.agkn:hll:jar:1.6.0'
<dependency org="net.agkn" name="hll" rev="1.6.0">
<artifact name="hll" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.agkn', module='hll', version='1.6.0')
)
libraryDependencies += "net.agkn" % "hll" % "1.6.0"
[net.agkn/hll "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
it.unimi.dsi : fastutil | jar | 6.5.11 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.0 |
org.powermock : powermock-module-junit4 | jar | 1.4.8 |
org.powermock : powermock-api-easymock | jar | 1.4.8 |
org.testng : testng | jar | 5.7 |