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