is not current version
Last Version 0.9.1

com.yahoo.datasketches:sketches 0.8.0

Sketches contains the core algorithms used by other repositories in the DataSketches library.

Categories

Categories

Data
GroupId

GroupId

com.yahoo.datasketches
ArtifactId

ArtifactId

sketches
Version

Version

0.8.0
Type

Type

pom

Download sketches 0.8.0

Filename Size
sketches-0.8.0.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches/ -->
<dependency>
    <groupId>com.yahoo.datasketches</groupId>
    <artifactId>sketches</artifactId>
    <version>0.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches/
implementation 'com.yahoo.datasketches:sketches:0.8.0'
// https://jarcasting.com/artifacts/com.yahoo.datasketches/sketches/
implementation ("com.yahoo.datasketches:sketches:0.8.0")
'com.yahoo.datasketches:sketches:pom:0.8.0'
<dependency org="com.yahoo.datasketches" name="sketches" rev="0.8.0">
  <artifact name="sketches" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.datasketches', module='sketches', version='0.8.0')
)
libraryDependencies += "com.yahoo.datasketches" % "sketches" % "0.8.0"
[com.yahoo.datasketches/sketches "0.8.0"]