🦎
Jodd Lagarto
  • Lagarto HTML parsers suite
  • Installation
  • Contact
  • Lagarto parser
    • LagartoParser
    • Events
    • Configuration
    • Adapter and Writer
    • FAQ
  • Lagarto DOM
    • LagartoDOM
    • Parsing modes
    • Configuration
  • Jerry
    • Jerry
    • Using Jerry
  • CSSelly
    • CSSelly
    • Selectors
    • Customize
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Installation

Tips on how to install Jodd Lagarto library in your app

PreviousLagarto HTML parsers suiteNextContact

Last updated 2 years ago

Was this helpful?

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>
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

Jodd Lagarto 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