MVN

net.sourceforge.htmlunit : htmlunit-xpath

Maven & Gradle

Jan 22, 2023
1 stars

HtmlUnit-XPath · The XPath engine used by HtmlUnit.

<dependency>
    <groupId>net.sourceforge.htmlunit</groupId>
    <artifactId>htmlunit-xpath</artifactId>
    <version>2.70.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.htmlunit : htmlunit-xpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.70.0

All Versions

Choose a version of net.sourceforge.htmlunit : htmlunit-xpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.70.x
htmlunit-xpath-2.70.0
2.69.x
htmlunit-xpath-2.69.0
2.68.x
htmlunit-xpath-2.68.0
2.67.x
htmlunit-xpath-2.67.0
2.66.x
htmlunit-xpath-2.66.0
2.65.x
htmlunit-xpath-2.65.0

How to add a dependency to Maven

Add the following net.sourceforge.htmlunit : htmlunit-xpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.htmlunit</groupId>
    <artifactId>htmlunit-xpath</artifactId>
    <version>2.70.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.htmlunit : htmlunit-xpath gradle dependency to your build.gradle file:

implementation 'net.sourceforge.htmlunit:htmlunit-xpath:2.70.0'

Gradle Kotlin DSL: Add the following net.sourceforge.htmlunit : htmlunit-xpath gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.htmlunit:htmlunit-xpath:2.70.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.htmlunit : htmlunit-xpath sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.htmlunit" % "htmlunit-xpath" % "2.70.0"