Comment on page
Installation
Tips on how to install Jodd Lagarto library in your app
Jodd Lagarto is released on Maven Central. You can use the following snippets to add it to your project:
Maven
Gradle
Gradl.kt
Scala SBT
Ivy
Leiningen
Buildr
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-lagarto</artifactId>
<version>x.x.x</version>
</dependency>
implementation 'org.jodd:jodd-lagarto:x.x.x'
implementation("org.jodd:jodd-lagarto:x.x.x")
libraryDependencies += "org.jodd" % "jodd-lagarto" % "x.x.x"
<dependency org="org.jodd" name="jodd-lagarto" rev="x.x.x" />
[org.jodd/jodd-lagarto "x.x.x"]
'org.jodd:jodd-lagarto:jar:x.x.x'
That is all!
Jodd Lagarto has only one (and small) dependency: the Jodd util library, that is released under the same license.
Snapshots are released manually. Feel free to contact me if you need a new SNAPSHOT release sooner.
Last modified 1yr ago