License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.prasanthj |
ArtifactId | ArtifactIdhyperloglog |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionhyperloglog
Implementation of HyperLogLog and HyperLogLog++ in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hyperloglog-1.1.pom | |
hyperloglog-1.1.jar | 86 KB |
hyperloglog-1.1-sources.jar | 56 KB |
hyperloglog-1.1-javadoc.jar | 80 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
it.unimi.dsi : fastutil | jar | 6.5.15 |
commons-cli : commons-cli | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.google.guava : guava | jar | 11.0.2 |