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