is not current version
Last Version 2.5.2

org.terracotta:offheap-store 2.5.0

A library that offers data structures allocated off the java heap.

GroupId

GroupId

org.terracotta
ArtifactId

ArtifactId

offheap-store
Version

Version

2.5.0
Type

Type

jar

Download offheap-store 2.5.0


<!-- https://jarcasting.com/artifacts/org.terracotta/offheap-store/ -->
<dependency>
    <groupId>org.terracotta</groupId>
    <artifactId>offheap-store</artifactId>
    <version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.terracotta/offheap-store/
implementation 'org.terracotta:offheap-store:2.5.0'
// https://jarcasting.com/artifacts/org.terracotta/offheap-store/
implementation ("org.terracotta:offheap-store:2.5.0")
'org.terracotta:offheap-store:jar:2.5.0'
<dependency org="org.terracotta" name="offheap-store" rev="2.5.0">
  <artifact name="offheap-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.terracotta', module='offheap-store', version='2.5.0')
)
libraryDependencies += "org.terracotta" % "offheap-store" % "2.5.0"
[org.terracotta/offheap-store "2.5.0"]