How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ba.jamax.util</groupId>
<artifactId>jamax-util</artifactId>
<version>1.3.4-RELEASE</version>
</dependency>
Choose a version of ba.jamax.util : jamax-util to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>ba.jamax.util</groupId>
<artifactId>jamax-util</artifactId>
<version>1.3.4-RELEASE</version>
</dependency>