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:

<dependency>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-http</artifactId>
  <version>x.x.x</version>
</dependency>

That is all!

Snapshots

Jodd HTTP snapshots are published on Maven Central Snapshot repo.

Last updated