Download sketches-core-0.8.3.jar file - Jar s

Jar examples for s:sketches-core

Description

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

You can download jar file sketches-core 0.8.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add sketches-core-0.8.3.jar to your project.

<dependency>
   <groupId>com.yahoo.datasketches</groupId>
   <artifactId>sketches-core</artifactId>
   <version>0.8.3</version>
</dependency>
compile group: 'com.yahoo.datasketches', name: 'sketches-core', version: '0.8.3'
libraryDependencies += "com.yahoo.datasketches" % "sketches-core" % "0.8.3"
<dependency org="com.yahoo.datasketches" name="sketches-core" rev="0.8.3"/>
@Grapes(@Grab(group='com.yahoo.datasketches', module='sketches-core', version='0.8.3'))
'com.yahoo.datasketches:sketches-core:jar:0.8.3'

Download

Click the following link to download the jar file.

sketches-core-0.8.3-javadoc.jar
sketches-core-0.8.3-sources.jar
sketches-core-0.8.3-test-sources.jar
sketches-core-0.8.3-with-shaded-memory.jar
sketches-core-0.8.3.jar
sketches-core-0.8.3.pom



Related Tutorials