GroupId | GroupIdorg.terracotta |
---|---|
ArtifactId | ArtifactIdoffheap-store |
Version | Version2.4.1 |
Type | Typejar |
Filename | Size |
---|---|
offheap-store-2.4.1.pom | |
offheap-store-2.4.1.jar | 284 KB |
offheap-store-2.4.1-sources.jar | 180 KB |
offheap-store-2.4.1-javadoc.jar | 832 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.terracotta/offheap-store/ -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>offheap-store</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.terracotta/offheap-store/
implementation 'org.terracotta:offheap-store:2.4.1'
// https://jarcasting.com/artifacts/org.terracotta/offheap-store/
implementation ("org.terracotta:offheap-store:2.4.1")
'org.terracotta:offheap-store:jar:2.4.1'
<dependency org="org.terracotta" name="offheap-store" rev="2.4.1">
<artifact name="offheap-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.terracotta', module='offheap-store', version='2.4.1')
)
libraryDependencies += "org.terracotta" % "offheap-store" % "2.4.1"
[org.terracotta/offheap-store "2.4.1"]