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