Last Version

hyperloglog 1.1

Implementation of HyperLogLog and HyperLogLog++ in Java

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.prasanthj
ArtifactId

ArtifactId

hyperloglog
Version

Version

1.1
Type

Type

jar
Description

Description

hyperloglog
Implementation of HyperLogLog and HyperLogLog++ in Java
Project URL

Project URL

https://github.com/prasanthj/hyperloglog
Source Code Management

Source Code Management

https://github.com/prasanthj/hyperloglog

Download hyperloglog 1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
it.unimi.dsi : fastutil jar 6.5.15
commons-cli : commons-cli jar 1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.google.guava : guava jar 11.0.2

Project Modules

There are no modules declared in this project.