Download ohc-core-0.3.4.jar file - Jar o

Jar examples for o:ohc-core

Description

Off-Heap concurrent hash map intended to store GBs of serialized data

You can download jar file ohc-core 0.3.4 in this page.

License

Apache 2

Build File

You can use the following script to add ohc-core-0.3.4.jar to your project.

<dependency>
   <groupId>org.caffinitas.ohc</groupId>
   <artifactId>ohc-core</artifactId>
   <version>0.3.4</version>
</dependency>
compile group: 'org.caffinitas.ohc', name: 'ohc-core', version: '0.3.4'
libraryDependencies += "org.caffinitas.ohc" % "ohc-core" % "0.3.4"
<dependency org="org.caffinitas.ohc" name="ohc-core" rev="0.3.4"/>
@Grapes(@Grab(group='org.caffinitas.ohc', module='ohc-core', version='0.3.4'))
'org.caffinitas.ohc:ohc-core:jar:0.3.4'

Download

Click the following link to download the jar file.

ohc-core-0.3.4-javadoc.jar
ohc-core-0.3.4-sources.jar
ohc-core-0.3.4.jar
ohc-core-0.3.4.pom



Related Tutorials