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