Download hll-1.6.0.jar file - Jar h

Jar examples for h:hll

Description

HyperLogLog: approximate distinct value counting algoritm

You can download jar file hll 1.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hll-1.6.0.jar to your project.

<dependency>
   <groupId>net.agkn</groupId>
   <artifactId>hll</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'net.agkn', name: 'hll', version: '1.6.0'
libraryDependencies += "net.agkn" % "hll" % "1.6.0"
<dependency org="net.agkn" name="hll" rev="1.6.0"/>
@Grapes(@Grab(group='net.agkn', module='hll', version='1.6.0'))
'net.agkn:hll:jar:1.6.0'

Download

Click the following link to download the jar file.

hll-1.6.0-javadoc.jar
hll-1.6.0-sources.jar
hll-1.6.0.jar
hll-1.6.0.pom



Related Tutorials