GroupId | GroupIdcom.foundationdb |
---|---|
ArtifactId | ArtifactIdfdb-sql-layer-jdbc |
Version | Version1.9-4-jdbc41 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-jdbc/ -->
<dependency>
<groupId>com.foundationdb</groupId>
<artifactId>fdb-sql-layer-jdbc</artifactId>
<version>1.9-4-jdbc41</version>
</dependency>
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-jdbc/
implementation 'com.foundationdb:fdb-sql-layer-jdbc:1.9-4-jdbc41'
// https://jarcasting.com/artifacts/com.foundationdb/fdb-sql-layer-jdbc/
implementation ("com.foundationdb:fdb-sql-layer-jdbc:1.9-4-jdbc41")
'com.foundationdb:fdb-sql-layer-jdbc:jar:1.9-4-jdbc41'
<dependency org="com.foundationdb" name="fdb-sql-layer-jdbc" rev="1.9-4-jdbc41">
<artifact name="fdb-sql-layer-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foundationdb', module='fdb-sql-layer-jdbc', version='1.9-4-jdbc41')
)
libraryDependencies += "com.foundationdb" % "fdb-sql-layer-jdbc" % "1.9-4-jdbc41"
[com.foundationdb/fdb-sql-layer-jdbc "1.9-4-jdbc41"]