Installation
Jodd Util is released on Maven Central. You can use the following snippets to add it to your project:
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-util</artifactId>
<version>x.x.x</version>
</dependency>
That is all!
Snapshots
Jodd Util 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.
Last updated