o

ohc-parent

Off-Heap concurrent hash map intended to store GBs of serialized data
http://caffinitas.org/
Apache 2
Robert Stupp, Koeln, Germany, robert-stupp.de
Robert Stupp
Files download
File Operation
ohc-parent-0.3.pom download
Apache Maven
<dependency>
  <groupId>org.caffinitas.ohc</groupId>
  <artifactId>ohc-parent</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.caffinitas.ohc:ohc-parent:0.3'
Gradle Kotlin
implementation("org.caffinitas.ohc:ohc-parent:0.3")
Scala SBT
libraryDependencies += "org.caffinitas.ohc" % "ohc-parent" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.caffinitas.ohc', module='ohc-parent', version='0.3')
)
Apache Ivy
<dependency org="org.caffinitas.ohc" name="ohc-parent" rev="0.3" />
Leiningen
[org.caffinitas.ohc/ohc-parent "0.3"]
Apache Buildr
'org.caffinitas.ohc:ohc-parent:jar:0.3'
Dependencies
The project has no third-party dependencies