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.
Please find some information how Jodd is organized into the modules.
Maven repositories
Jodd jars are published on Maven central and jCenter repository. Snapshots are released on jCenter only.
Maven
<dependency> <groupId>org.jodd</groupId> <artifactId>jodd-xxx</artifactId> <version>3.9.1</version> </dependency>
Gradle
compile: 'org.jodd:jodd-xxx:3.9.1'
SBT
libraryDependencies += "org.jodd" % "jodd-xxx" % "3.9.1"
Ivy
<dependency org="org.jodd" name="jodd-xxx" rev="3.9.1"/>
All-in-One Bundle
We also provide Jodd bundle: jodd-all
. It is available on Maven central
repository. But you can also download it from here with just one click:
You can also download source and javadoc bundles.
Enjoy!