MVN

com.nordstrom.ui-tools : local-htmlunit-node

Maven & Gradle

Feb 27, 2023
3 stars

Local HtmlUnit Node

<dependency>
    <groupId>com.nordstrom.ui-tools</groupId>
    <artifactId>local-htmlunit-node</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nordstrom.ui-tools : local-htmlunit-node to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4

All Versions

Choose a version of com.nordstrom.ui-tools : local-htmlunit-node to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
local-htmlunit-node-1.9.4
local-htmlunit-node-1.9.3
local-htmlunit-node-1.9.2
local-htmlunit-node-1.9.1
local-htmlunit-node-1.9.0
1.8.x
local-htmlunit-node-1.8.0
1.7.x
local-htmlunit-node-1.7.1
local-htmlunit-node-1.7.0
1.6.x
local-htmlunit-node-1.6.4
local-htmlunit-node-1.6.3
local-htmlunit-node-1.6.2
local-htmlunit-node-1.6.1
local-htmlunit-node-1.6.0
1.5.x
local-htmlunit-node-1.5.0
1.4.x
local-htmlunit-node-1.4.0
1.3.x
local-htmlunit-node-1.3.4
local-htmlunit-node-1.3.3
local-htmlunit-node-1.3.2
local-htmlunit-node-1.3.1
local-htmlunit-node-1.3.0
1.2.x
local-htmlunit-node-1.2.1
local-htmlunit-node-1.2.0
1.1.x
local-htmlunit-node-1.1.0
1.0.x
local-htmlunit-node-1.0.0

How to add a dependency to Maven

Add the following com.nordstrom.ui-tools : local-htmlunit-node maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nordstrom.ui-tools</groupId>
    <artifactId>local-htmlunit-node</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nordstrom.ui-tools : local-htmlunit-node gradle dependency to your build.gradle file:

implementation 'com.nordstrom.ui-tools:local-htmlunit-node:1.9.4'

Gradle Kotlin DSL: Add the following com.nordstrom.ui-tools : local-htmlunit-node gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nordstrom.ui-tools:local-htmlunit-node:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nordstrom.ui-tools : local-htmlunit-node sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nordstrom.ui-tools" % "local-htmlunit-node" % "1.9.4"