| GroupId | GroupIdorg.jodd |
|---|---|
| ArtifactId | ArtifactIdjodd-http |
| Version | Version3.6.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jodd-http-3.6.8.pom | |
| jodd-http-3.6.8.jar | 55 KB |
| jodd-http-3.6.8-sources.jar | 54 KB |
| jodd-http-3.6.8-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jodd/jodd-http/ -->
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<version>3.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jodd/jodd-http/
implementation 'org.jodd:jodd-http:3.6.8'
// https://jarcasting.com/artifacts/org.jodd/jodd-http/
implementation ("org.jodd:jodd-http:3.6.8")
'org.jodd:jodd-http:jar:3.6.8'
<dependency org="org.jodd" name="jodd-http" rev="3.6.8">
<artifact name="jodd-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jodd', module='jodd-http', version='3.6.8')
)
libraryDependencies += "org.jodd" % "jodd-http" % "3.6.8"
[org.jodd/jodd-http "3.6.8"]