How to install the Java artifact org.jnosql.artemis.artemis-validation with Maven
Java
Maven
pom.xml
org.jnosql.artemis
artemis-validation
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>org.jnosql.artemis</groupId>
<artifactId>artemis-validation</artifactId>
<version>0.0.2</version>
</dependency>
/<dependencies>