Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aerospike |
ArtifactId | ArtifactIdaerospike-client |
Version | Version5.0.6.dbg |
Type | Typejar |
Filename | Size |
---|---|
aerospike-client-5.0.6.dbg.pom | |
aerospike-client-5.0.6.dbg-sources.jar | 399 KB |
aerospike-client-5.0.6.dbg-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerospike/aerospike-client/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>5.0.6.dbg</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/aerospike-client/
implementation 'com.aerospike:aerospike-client:5.0.6.dbg'
// https://jarcasting.com/artifacts/com.aerospike/aerospike-client/
implementation ("com.aerospike:aerospike-client:5.0.6.dbg")
'com.aerospike:aerospike-client:jar:5.0.6.dbg'
<dependency org="com.aerospike" name="aerospike-client" rev="5.0.6.dbg">
<artifact name="aerospike-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='aerospike-client', version='5.0.6.dbg')
)
libraryDependencies += "com.aerospike" % "aerospike-client" % "5.0.6.dbg"
[com.aerospike/aerospike-client "5.0.6.dbg"]