How to install the Java artifact dev.vality.library-parent-pom with Maven
Java
Maven
pom.xml
dev.vality
library-parent-pom
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>dev.vality</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.0</version>
</dependency>
/<dependencies>