How to install the Java artifact com.nordstrom.ui-tools.selenium3-foundation with Maven
Java
Maven
pom.xml
com.nordstrom.ui-tools
selenium3-foundation
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.nordstrom.ui-tools</groupId>
<artifactId>selenium3-foundation</artifactId>
<version>1.0.0</version>
</dependency>
/<dependencies>