Download memory-0.10.2.jar file - Jar m

Jar examples for m:memory

Description

Memory contains interfaces and classes to allocate and access off-heap memory

You can download jar file memory 0.10.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add memory-0.10.2.jar to your project.

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

Download

Click the following link to download the jar file.

memory-0.10.2-javadoc.jar
memory-0.10.2-sources.jar
memory-0.10.2-test-sources.jar
memory-0.10.2.jar
memory-0.10.2.pom



Related Tutorials