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