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