Last Version

HyperLogLog in Java 1.6.0

HyperLogLog: approximate distinct value counting algoritm

License

License

Categories

Categories

Net
GroupId

GroupId

net.agkn
ArtifactId

ArtifactId

hll
Version

Version

1.6.0
Type

Type

jar
Description

Description

HyperLogLog in Java
HyperLogLog: approximate distinct value counting algoritm
Project URL

Project URL

https://github.com/aggregateknowledge/java-hll

Download hll 1.6.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
it.unimi.dsi : fastutil jar 6.5.11

test (4)

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

Project Modules

There are no modules declared in this project.