License |
License |
---|---|
GroupId | GroupIdcom.google.zetasketch |
ArtifactId | ArtifactIdzetasketch |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionZetaSketch
A collection of libraries for single-pass, distributed, sublinear-space approximate aggregation and sketching algorithms.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zetasketch-0.1.0.pom | |
zetasketch-0.1.0.jar | 4 MB |
zetasketch-0.1.0-sources.jar | 86 KB |
zetasketch-0.1.0-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.zetasketch/zetasketch/ -->
<dependency>
<groupId>com.google.zetasketch</groupId>
<artifactId>zetasketch</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.zetasketch/zetasketch/
implementation 'com.google.zetasketch:zetasketch:0.1.0'
// https://jarcasting.com/artifacts/com.google.zetasketch/zetasketch/
implementation ("com.google.zetasketch:zetasketch:0.1.0")
'com.google.zetasketch:zetasketch:jar:0.1.0'
<dependency org="com.google.zetasketch" name="zetasketch" rev="0.1.0">
<artifact name="zetasketch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.zetasketch', module='zetasketch', version='0.1.0')
)
libraryDependencies += "com.google.zetasketch" % "zetasketch" % "0.1.0"
[com.google.zetasketch/zetasketch "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.value : auto-value-annotations | jar | 1.6.3 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.errorprone : error_prone_annotations | jar | 2.3.2 |
it.unimi.dsi : fastutil | jar | 8.2.2 |
org.checkerframework : checker-qual | jar | 2.8.1 |