is not current version
Last Version 0.13.4

com.yahoo.datasketches:sketches-core 0.8.3

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

Categories

Categories

Data
GroupId

GroupId

com.yahoo.datasketches
ArtifactId

ArtifactId

sketches-core
Version

Version

0.8.3
Type

Type

jar

Download sketches-core 0.8.3


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