is not current version
Last Version 6.2.1

org.jodd:jodd-http 5.0.3

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

GroupId

GroupId

org.jodd
ArtifactId

ArtifactId

jodd-http
Version

Version

5.0.3
Type

Type

jar

Download jodd-http 5.0.3


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