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