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