Download memory-0.8.3.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.8.3 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials