is not current version
Last Version 3.4.1

org.jodd:jodd 3.4.0

Jodd is an open-source Java utility library and set of frameworks. Jodd tools enriches JDK with many powerful and feature rich utilities. It helps with everyday task, makes code more robust and reliable. Jodd frameworks is set of lightweight application frameworks, compact yet powerful. Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler.

GroupId

GroupId

org.jodd
ArtifactId

ArtifactId

jodd
Version

Version

3.4.0
Type

Type

pom

Download jodd 3.4.0

Filename Size
jodd-3.4.0.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jodd/jodd/ -->
<dependency>
    <groupId>org.jodd</groupId>
    <artifactId>jodd</artifactId>
    <version>3.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jodd/jodd/
implementation 'org.jodd:jodd:3.4.0'
// https://jarcasting.com/artifacts/org.jodd/jodd/
implementation ("org.jodd:jodd:3.4.0")
'org.jodd:jodd:pom:3.4.0'
<dependency org="org.jodd" name="jodd" rev="3.4.0">
  <artifact name="jodd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jodd', module='jodd', version='3.4.0')
)
libraryDependencies += "org.jodd" % "jodd" % "3.4.0"
[org.jodd/jodd "3.4.0"]