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