is not current version
Last Version 1.1

com.github.prasanthj:hyperloglog 1.0

Implementation of HyperLogLog and HyperLogLog++ in Java

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.prasanthj
ArtifactId

ArtifactId

hyperloglog
Version

Version

1.0
Type

Type

jar

Download hyperloglog 1.0


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