How to install the Java artifact com.mastfrog.simplevalidation-standalone with Maven
Java
Maven
pom.xml
com.mastfrog
simplevalidation-standalone
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>simplevalidation-standalone</artifactId>
<version>1.14</version>
</dependency>
/dependencies>