is not current version
Last Version 3.0.2

com.foundationdb:fdb-java 2.0.0

Java bindings for the FoundationDB database. These bindings require the FoundationDB client, which is under a different license. The client can be obtained from https://foundationdb.com/get.

Categories

Categories

Java Languages
GroupId

GroupId

com.foundationdb
ArtifactId

ArtifactId

fdb-java
Version

Version

2.0.0
Type

Type

jar

Download fdb-java 2.0.0


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