is not current version
Last Version 1.21.0.1

com.xtdb:xtdb-jdbc 1.19.0-beta1

XTDB JDBC

GroupId

GroupId

com.xtdb
ArtifactId

ArtifactId

xtdb-jdbc
Version

Version

1.19.0-beta1
Type

Type

jar

Download xtdb-jdbc 1.19.0-beta1


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