MVN

org.jodd : jodd-util

Maven & Gradle

Apr 27, 2023
9 usages
38 stars

Jodd Util · Jodd Util

<dependency>
    <groupId>org.jodd</groupId>
    <artifactId>jodd-util</artifactId>
    <version>6.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jodd : jodd-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.1

All Versions

Choose a version of org.jodd : jodd-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
jodd-util-6.2.1
jodd-util-6.2.0
6.1.x
jodd-util-6.1.0
6.0.x
jodd-util-6.0.1
jodd-util-6.0.0

How to add a dependency to Maven

Add the following org.jodd : jodd-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jodd</groupId>
    <artifactId>jodd-util</artifactId>
    <version>6.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jodd : jodd-util gradle dependency to your build.gradle file:

implementation 'org.jodd:jodd-util:6.2.1'

Gradle Kotlin DSL: Add the following org.jodd : jodd-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jodd:jodd-util:6.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jodd : jodd-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jodd" % "jodd-util" % "6.2.1"

Advertisement

Dependencies from Group

Oct 14, 2020
137 usages
4k stars
Aug 03, 2022
109 usages
21 stars
Aug 11, 2020
74 usages
4k stars
Feb 28, 2021
34 usages
4k stars
Jun 08, 2022
31 usages
18 stars

Discover Dependencies