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