π©β
π©β
π©β
π©β
Jodd HTTP
Github
Issues
Jodd
Searchβ¦
Jodd HTTP
Installation
Using the Client
Connection
HttpBrowser
HttpTunnel
FAQ
Contact
Powered By
GitBook
Installation
Tips on how to install Jodd HTTP library in your app
Jodd HTTP
is released on Maven Central. You can use the following snippets to add it to your project:
Maven
Gradle
Gradl.kt
Scala SBT
Ivy
Leiningen
Buildr
1
<
dependency
>
2
<
groupId
>
org.jodd
</
groupId
>
3
<
artifactId
>
jodd-http
</
artifactId
>
4
<
version
>
x.x.x
</
version
>
5
</
dependency
>
Copied!
1
implementation 'org.jodd:jodd-http.x.x'
Copied!
1
implementation
(
"org.jodd:jodd-http.x.x"
)
Copied!
1
libraryDependencies
+=
"org.jodd"
%
"jodd-http"
%
"x.x.x"
Copied!
1
<
dependency
org
=
"
org.jodd
"
name
=
"
jodd-http
"
rev
=
"
x.x.x
"
/>
Copied!
1
[org.jodd/jodd-http "x.x.x"]
Copied!
1
'org.jodd:jodd-http:jar:x.x.x'
Copied!
That is all!
Snapshots
Jodd HTTP
snapshots are published on
Maven Central Snapshot repo
.
Snapshots are released manually. Feel free to contact me if you need a new SNAPSHOT release sooner.
Previous
Jodd HTTP
Next
Using the Client
Last modified
1yr ago
Export as PDF
Copy link
Contents
Snapshots