Download ohc-core-0.4.3.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.4.3 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials