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