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