Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.prasanthj |
ArtifactId | ArtifactIdhyperloglog |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
hyperloglog-1.0.pom | |
hyperloglog-1.0.jar | 86 KB |
hyperloglog-1.0-sources.jar | 56 KB |
hyperloglog-1.0-javadoc.jar | 80 KB |
Browse |
<!-- 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"]