Download sketches-core-0.2.2.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.2.2 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

sketches-core-0.2.2-javadoc.jar
sketches-core-0.2.2-sources.jar
sketches-core-0.2.2-test-sources.jar
sketches-core-0.2.2.jar
sketches-core-0.2.2.pom



Related Tutorials