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