🌟
Jodd Util
  • Jodd Util
  • Installation
  • Contact
  • Utilitites
    • StringUtil
    • InExRules
    • Wildcard
  • BeanUtil
    • BeanUtil
    • Usage
    • Type Conversion
Powered by GitBook
On this page

Installation

PreviousJodd UtilNextContact

Last updated 2 years ago

Jodd Util is released on Maven Central. You can use the following snippets to add it to your project:

<dependency>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-util</artifactId>
  <version>x.x.x</version>
</dependency>
implementation 'org.jodd:jodd-util:x.x.x'
implementation("org.jodd:jodd-util:x.x.x")
libraryDependencies += "org.jodd" % "jodd-util" % "x.x.x"
<dependency org="org.jodd" name="jodd-util" rev="x.x.x" />
[org.jodd/jodd-util "x.x.x"]
'org.jodd:jodd-util:jar:x.x.x'

That is all!

Snapshots

Jodd Util snapshots are published on .

Snapshots are released manually. Feel free to contact me if you need a new SNAPSHOT release sooner.

Maven Central Snapshot repo