is not current version
Last Version 5.3.0

org.jodd:jodd-core 4.3.2

Jodd Core tools and huge number of utilities.

GroupId

GroupId

org.jodd
ArtifactId

ArtifactId

jodd-core
Version

Version

4.3.2
Type

Type

pom

Download jodd-core 4.3.2


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