Download Jodd
Jodd may be used on any platform where there is a suitable Java 8 runtime environment. Jodd may be used successfully on many platforms, including Linux, UNIX, Windows, MacOSX.
Jodd is FREE software released under the terms of the BSD license.
Maven repositories
Jodd jars are published on Maven central repository.
Maven
<dependency> <groupId>org.jodd</groupId> <artifactId>jodd-xxx</artifactId> <version>5.1.5</version> </dependency>
Gradle
implementation 'org.jodd:jodd-xxx:5.1.5'
SBT
libraryDependencies += "org.jodd" % "jodd-xxx" % "5.1.5"
Ivy
<dependency org="org.jodd" name="jodd-xxx" rev="5.1.5"/>
Java 9
Well. Sorry.
BOM (Bill Of Material)
Jodd BOM is provided as org.jodd:jodd-bom
.
Enjoy!