MVN

io.github.admin4j : http

Maven & Gradle

Aug 24, 2023
84 stars

http · http

<dependency>
    <groupId>io.github.admin4j</groupId>
    <artifactId>http</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.admin4j : http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of io.github.admin4j : http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
http-0.8.1
http-0.8.0
0.7.x
http-0.7.5
http-0.7.4
http-0.7.2
http-0.7.0
0.6.x
http-0.6.1
http-0.6.0
0.5.x
http-0.5.2
http-0.5.0
0.4.x
http-0.4.6
http-0.4.5
http-0.4.4
http-0.4.3
http-0.4.2
http-0.4.1
http-0.4.0
0.3.x
http-0.3.0
0.2.x
http-0.2.5
http-0.2.3
http-0.2.2
http-0.2.1
http-0.2.0
0.1.x
http-0.1.0
0.0.x
http-0.0.6
http-0.0.5
http-0.0.4
http-0.0.3
http-0.0.2
http-0.0.1

How to add a dependency to Maven

Add the following io.github.admin4j : http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.admin4j</groupId>
    <artifactId>http</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.admin4j : http gradle dependency to your build.gradle file:

implementation 'io.github.admin4j:http:0.8.1'

Gradle Kotlin DSL: Add the following io.github.admin4j : http gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.admin4j:http:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.admin4j : http sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.admin4j" % "http" % "0.8.1"