License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.aerospike |
ArtifactId | ArtifactIdaerospike-client |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAerospike Java Client
Aerospike Java client interface to Aerospike database server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aerospike-client-6.0.1.pom | |
aerospike-client-6.0.1-sources.jar | 376 KB |
aerospike-client-6.0.1-javadoc.jar | 981 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aerospike/aerospike-client/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/aerospike-client/
implementation 'com.aerospike:aerospike-client:6.0.1'
// https://jarcasting.com/artifacts/com.aerospike/aerospike-client/
implementation ("com.aerospike:aerospike-client:6.0.1")
'com.aerospike:aerospike-client:jar:6.0.1'
<dependency org="com.aerospike" name="aerospike-client" rev="6.0.1">
<artifact name="aerospike-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='aerospike-client', version='6.0.1')
)
libraryDependencies += "com.aerospike" % "aerospike-client" % "6.0.1"
[com.aerospike/aerospike-client "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.gnu : gnu-crypto | jar | 2.0.1 |
org.luaj : luaj-jse | jar | 3.0 |
org.mindrot : jbcrypt | jar | 0.4 |