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