For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

<dependency>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-lagarto</artifactId>
  <version>x.x.x</version>
</dependency>

That is all!

Jodd Lagarto has only one (and small) dependency: the Jodd util library, that is released under the same license.

Snapshots

Jodd Lagarto snapshots are published on Maven Central Snapshot repo.

Last updated

Was this helpful?