Files download
File Operation
foundationdb4s-core_2.12-0.1.2.jar download
foundationdb4s-core_2.12-0.1.2.pom download
foundationdb4s-core_2.12-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pwliwanow.foundationdb4s</groupId>
  <artifactId>foundationdb4s-core_2.12</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.pwliwanow.foundationdb4s:foundationdb4s-core_2.12:0.1.2'
Gradle Kotlin
implementation("com.github.pwliwanow.foundationdb4s:foundationdb4s-core_2.12:0.1.2")
Scala SBT
libraryDependencies += "com.github.pwliwanow.foundationdb4s" % "foundationdb4s-core_2.12" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pwliwanow.foundationdb4s', module='foundationdb4s-core_2.12', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.pwliwanow.foundationdb4s" name="foundationdb4s-core_2.12" rev="0.1.2" />
Leiningen
[com.github.pwliwanow.foundationdb4s/foundationdb4s-core_2.12 "0.1.2"]
Apache Buildr
'com.github.pwliwanow.foundationdb4s:foundationdb4s-core_2.12:jar:0.1.2'