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