| GroupId | GroupIdorg.jodd |
|---|---|
| ArtifactId | ArtifactIdjodd-http |
| Version | Version5.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jodd-http-5.0.3.pom | |
| jodd-http-5.0.3.jar | 62 KB |
| jodd-http-5.0.3-sources.jar | 62 KB |
| jodd-http-5.0.3-javadoc.jar | 155 KB |
| Browse |
<!-- 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"]