文件下载
文件名 操作
htmlunit-xpath-3.8.0.jar 下载
htmlunit-xpath-3.8.0.pom 下载
htmlunit-xpath-3.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit-xpath</artifactId>
  <version>3.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit-xpath:3.8.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit-xpath:3.8.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit-xpath" % "3.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit-xpath', version='3.8.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit-xpath" rev="3.8.0" />
Leiningen
[org.htmlunit/htmlunit-xpath "3.8.0"]
Apache Buildr
'org.htmlunit:htmlunit-xpath:jar:3.8.0'