is not current version
Last Version 6.2.1

org.jodd:jodd-http 4.2.0

Jodd HTTP client is easy-to-use http client.

GroupId

GroupId

org.jodd
ArtifactId

ArtifactId

jodd-http
Version

Version

4.2.0
Type

Type

pom

Download jodd-http 4.2.0


<!-- https://jarcasting.com/artifacts/org.jodd/jodd-http/ -->
<dependency>
    <groupId>org.jodd</groupId>
    <artifactId>jodd-http</artifactId>
    <version>4.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jodd/jodd-http/
implementation 'org.jodd:jodd-http:4.2.0'
// https://jarcasting.com/artifacts/org.jodd/jodd-http/
implementation ("org.jodd:jodd-http:4.2.0")
'org.jodd:jodd-http:pom:4.2.0'
<dependency org="org.jodd" name="jodd-http" rev="4.2.0">
  <artifact name="jodd-http" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jodd', module='jodd-http', version='4.2.0')
)
libraryDependencies += "org.jodd" % "jodd-http" % "4.2.0"
[org.jodd/jodd-http "4.2.0"]