Files download
File Operation
common-http-0.9.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.admin4j</groupId>
  <artifactId>common-http</artifactId>
  <version>0.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.admin4j:common-http:0.9.1'
Gradle Kotlin
implementation("io.github.admin4j:common-http:0.9.1")
Scala SBT
libraryDependencies += "io.github.admin4j" % "common-http" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.admin4j', module='common-http', version='0.9.1')
)
Apache Ivy
<dependency org="io.github.admin4j" name="common-http" rev="0.9.1" />
Leiningen
[io.github.admin4j/common-http "0.9.1"]
Apache Buildr
'io.github.admin4j:common-http:jar:0.9.1'
Dependencies
The project has no third-party dependencies