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