| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.aerospike |
| ArtifactId | ArtifactIdaerospike-client-bc |
| Version | Version5.1.9 |
| Type | Typejar |
| Description |
DescriptionAerospike Java Client BC
Aerospike Java client interface to Aerospike database server. Uses Bouncy Castle crypto library for RIPEMD-160 hashing.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aerospike-client-bc-5.1.9.pom | |
| aerospike-client-bc-5.1.9-sources.jar | 412 KB |
| aerospike-client-bc-5.1.9-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aerospike/aerospike-client-bc/ -->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client-bc</artifactId>
<version>5.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/aerospike-client-bc/
implementation 'com.aerospike:aerospike-client-bc:5.1.9'
// https://jarcasting.com/artifacts/com.aerospike/aerospike-client-bc/
implementation ("com.aerospike:aerospike-client-bc:5.1.9")
'com.aerospike:aerospike-client-bc:jar:5.1.9'
<dependency org="com.aerospike" name="aerospike-client-bc" rev="5.1.9">
<artifact name="aerospike-client-bc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='aerospike-client-bc', version='5.1.9')
)
libraryDependencies += "com.aerospike" % "aerospike-client-bc" % "5.1.9"
[com.aerospike/aerospike-client-bc "5.1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.69 |
| org.luaj : luaj-jse | jar | 3.0 |
| org.mindrot : jbcrypt | jar | 0.4 |