is not current version
Last Version 1.6.0

net.agkn:hll 1.2.0

HyperLogLog: approximate distinct value counting algoritm

Categories

Categories

Net
GroupId

GroupId

net.agkn
ArtifactId

ArtifactId

hll
Version

Version

1.2.0
Type

Type

jar

Download hll 1.2.0


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