j

jodd

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.
http://jodd.org
The New BSD License
Jodd
Igor Spasic
Files download
File Operation
jodd-3.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.jodd</groupId>
  <artifactId>jodd</artifactId>
  <version>3.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jodd:jodd:3.4.0'
Gradle Kotlin
implementation("org.jodd:jodd:3.4.0")
Scala SBT
libraryDependencies += "org.jodd" % "jodd" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jodd', module='jodd', version='3.4.0')
)
Apache Ivy
<dependency org="org.jodd" name="jodd" rev="3.4.0" />
Leiningen
[org.jodd/jodd "3.4.0"]
Apache Buildr
'org.jodd:jodd:jar:3.4.0'
Dependencies
The project has no third-party dependencies