| GroupId | GroupIdcom.aerospike |
|---|---|
| ArtifactId | ArtifactIdaerospike-cache |
| Version | Version0.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aerospike-cache-0.9.1.pom | |
| aerospike-cache-0.9.1.jar | 14 KB |
| aerospike-cache-0.9.1-sources.jar | 14 KB |
| aerospike-cache-0.9.1-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aerospike/aerospike-cache/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-cache</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/aerospike-cache/
implementation 'com.aerospike:aerospike-cache:0.9.1'
// https://jarcasting.com/artifacts/com.aerospike/aerospike-cache/
implementation ("com.aerospike:aerospike-cache:0.9.1")
'com.aerospike:aerospike-cache:jar:0.9.1'
<dependency org="com.aerospike" name="aerospike-cache" rev="0.9.1">
<artifact name="aerospike-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='aerospike-cache', version='0.9.1')
)
libraryDependencies += "com.aerospike" % "aerospike-cache" % "0.9.1"
[com.aerospike/aerospike-cache "0.9.1"]