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