License |
License
BSD 3-Clause License
|
---|---|
GroupId | GroupIdcom.foundationdb |
ArtifactId | ArtifactIdfdb-sql-layer-jdbc |
Last Version | Last Version2.1-0-jdbc41 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFoundationDB SQL Layer JDBC Driver
The FoundationDB SQL Layer Driver for JDBC41
|
<!-- https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-jdbc/ -->
<dependency>
<groupId>com.foundationdb</groupId>
<artifactId>fdb-sql-layer-jdbc</artifactId>
<version>2.1-0-jdbc41</version>
</dependency>
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-jdbc/
implementation 'com.foundationdb:fdb-sql-layer-jdbc:2.1-0-jdbc41'
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-jdbc/
implementation ("com.foundationdb:fdb-sql-layer-jdbc:2.1-0-jdbc41")
'com.foundationdb:fdb-sql-layer-jdbc:jar:2.1-0-jdbc41'
<dependency org="com.foundationdb" name="fdb-sql-layer-jdbc" rev="2.1-0-jdbc41">
<artifact name="fdb-sql-layer-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foundationdb', module='fdb-sql-layer-jdbc', version='2.1-0-jdbc41')
)
libraryDependencies += "com.foundationdb" % "fdb-sql-layer-jdbc" % "2.1-0-jdbc41"
[com.foundationdb/fdb-sql-layer-jdbc "2.1-0-jdbc41"]