is not current version
Last Version 1.6.0

com.aerospike:aerospike-jdbc 1.0.1

A JDBC driver for the Aerospike database

GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

aerospike-jdbc
Version

Version

1.0.1
Type

Type

jar

Download aerospike-jdbc 1.0.1


<!-- https://jarcasting.com/artifacts/com.aerospike/aerospike-jdbc/ -->
<dependency>
    <groupId>com.aerospike</groupId>
    <artifactId>aerospike-jdbc</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aerospike/aerospike-jdbc/
implementation 'com.aerospike:aerospike-jdbc:1.0.1'
// https://jarcasting.com/artifacts/com.aerospike/aerospike-jdbc/
implementation ("com.aerospike:aerospike-jdbc:1.0.1")
'com.aerospike:aerospike-jdbc:jar:1.0.1'
<dependency org="com.aerospike" name="aerospike-jdbc" rev="1.0.1">
  <artifact name="aerospike-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aerospike', module='aerospike-jdbc', version='1.0.1')
)
libraryDependencies += "com.aerospike" % "aerospike-jdbc" % "1.0.1"
[com.aerospike/aerospike-jdbc "1.0.1"]