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