Files download
File Operation
jodd-htmlstapler-4.1.3.jar download
jodd-htmlstapler-4.1.3.pom download
jodd-htmlstapler-4.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-htmlstapler</artifactId>
  <version>4.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jodd:jodd-htmlstapler:4.1.3'
Gradle Kotlin
implementation("org.jodd:jodd-htmlstapler:4.1.3")
Scala SBT
libraryDependencies += "org.jodd" % "jodd-htmlstapler" % "4.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jodd', module='jodd-htmlstapler', version='4.1.3')
)
Apache Ivy
<dependency org="org.jodd" name="jodd-htmlstapler" rev="4.1.3" />
Leiningen
[org.jodd/jodd-htmlstapler "4.1.3"]
Apache Buildr
'org.jodd:jodd-htmlstapler:jar:4.1.3'