MVN

com.hexagonkt : http

Maven & Gradle

Aug 26, 2023
3 usages
550 stars

http · HTTP classes. These classes are shared among the HTTP client and the HTTP server.

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>http</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hexagonkt : http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of com.hexagonkt : http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
http-3.0.3
http-3.0.2
http-3.0.1
http-3.0.0
http-3.0.0-B9
http-3.0.0-B8
http-3.0.0-B7
http-3.0.0-B6
http-3.0.0-B5
http-3.0.0-B4
http-3.0.0-B3
http-3.0.0-B2
http-3.0.0-B1
2.8.x
http-2.8.6
http-2.8.5
http-2.8.4
http-2.8.3
http-2.8.2
http-2.8.1
http-2.8.0
2.7.x
http-2.7.0
2.6.x
http-2.6.8
http-2.6.7
http-2.6.6
http-2.6.5
http-2.6.4
http-2.6.3
http-2.6.2
http-2.6.1
http-2.6.0
2.5.x
http-2.5.1
http-2.5.0
2.4.x
http-2.4.5
http-2.4.4
http-2.4.3
http-2.4.2
http-2.4.1
http-2.4.0
2.3.x
http-2.3.1
http-2.3.0
2.2.x
http-2.2.8
http-2.2.7
http-2.2.6
http-2.2.5
http-2.2.4
http-2.2.3
http-2.2.2
http-2.2.1
http-2.2.0
2.1.x
http-2.1.3
http-2.1.2
http-2.1.1
http-2.1.0
2.0.x
http-2.0.27
http-2.0.26
http-2.0.25
http-2.0.24
http-2.0.23
http-2.0.22
http-2.0.21
http-2.0.20
http-2.0.19
http-2.0.18
http-2.0.17
http-2.0.16
http-2.0.15
http-2.0.14
http-2.0.13
http-2.0.12
http-2.0.11
http-2.0.10
http-2.0.9
http-2.0.8
http-2.0.7
http-2.0.6
http-2.0.5
http-2.0.4
http-2.0.3
http-2.0.2
http-2.0.1
http-2.0.0
http-2.0.0-B4
http-2.0.0-B3
http-2.0.0-B2
http-2.0.0-B1
1.6.x
http-1.6.0
1.5.x
http-1.5.4
http-1.5.3
http-1.5.2
http-1.5.1
http-1.5.0
1.4.x
http-1.4.11
http-1.4.10
http-1.4.9
http-1.4.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>http</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hexagonkt : http gradle dependency to your build.gradle file:

implementation 'com.hexagonkt:http:3.0.3'

Gradle Kotlin DSL: Add the following com.hexagonkt : http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hexagonkt:http:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hexagonkt : http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hexagonkt" % "http" % "3.0.3"

Advertisement

Dependencies from Group

Oct 14, 2021
16 usages
550 stars
Aug 26, 2023
10 usages
550 stars
Aug 26, 2023
10 usages
550 stars
Oct 14, 2021
5 usages
550 stars
Aug 26, 2023
5 usages
550 stars

Discover Dependencies