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