Files download
File Operation
jodd-3.16.1.RELEASE.jar download
jodd-3.16.1.RELEASE.pom download
jodd-3.16.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>jodd</artifactId>
  <version>3.16.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.ibeetl:jodd:3.16.1.RELEASE'
Gradle Kotlin
implementation("com.ibeetl:jodd:3.16.1.RELEASE")
Scala SBT
libraryDependencies += "com.ibeetl" % "jodd" % "3.16.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ibeetl', module='jodd', version='3.16.1.RELEASE')
)
Apache Ivy
<dependency org="com.ibeetl" name="jodd" rev="3.16.1.RELEASE" />
Leiningen
[com.ibeetl/jodd "3.16.1.RELEASE"]
Apache Buildr
'com.ibeetl:jodd:jar:3.16.1.RELEASE'