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