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