f

fdb-java

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://github.com/apple/foundationdb/releases
https://www.foundationdb.org
The Apache v2 License
FoundationDB
FoundationDB
Files download
File Operation
fdb-java-7.3.47.jar download
fdb-java-7.3.47.pom download
fdb-java-7.3.47-sources.jar download
Apache Maven
<dependency>
  <groupId>org.foundationdb</groupId>
  <artifactId>fdb-java</artifactId>
  <version>7.3.47</version>
</dependency>
Gradle Groovy
implementation 'org.foundationdb:fdb-java:7.3.47'
Gradle Kotlin
implementation("org.foundationdb:fdb-java:7.3.47")
Scala SBT
libraryDependencies += "org.foundationdb" % "fdb-java" % "7.3.47"
Groovy Grape
@Grapes(
  @Grab(group='org.foundationdb', module='fdb-java', version='7.3.47')
)
Apache Ivy
<dependency org="org.foundationdb" name="fdb-java" rev="7.3.47" />
Leiningen
[org.foundationdb/fdb-java "7.3.47"]
Apache Buildr
'org.foundationdb:fdb-java:jar:7.3.47'
Dependencies
The project has no third-party dependencies