How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.joyent.manta</groupId>
<artifactId>java-manta</artifactId>
<version>3.5.0</version>
</dependency>
Choose a version of com.joyent.manta : java-manta to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>com.joyent.manta</groupId>
<artifactId>java-manta</artifactId>
<version>3.5.0</version>
</dependency>