is not current version
Last Version 3.0.2

com.foundationdb:fdb-java 1.0.1

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

1.0.1
Type

Type

jar

Download fdb-java 1.0.1


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