is not current version
Last Version 2.1-0-jdbc41

com.foundationdb:fdb-sql-layer-jdbc 1.9-3-jdbc4

The FoundationDB SQL Layer Driver for JDBC4

GroupId

GroupId

com.foundationdb
ArtifactId

ArtifactId

fdb-sql-layer-jdbc
Version

Version

1.9-3-jdbc4
Type

Type

jar

Download fdb-sql-layer-jdbc 1.9-3-jdbc4


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