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:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
jamax-util-1.3.4-RELEASE
|
||
jamax-util-1.3.3-RELEASE
|
|||
jamax-util-1.3.2-RELEASE
|
|||
jamax-util-1.3.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ba.jamax.util</groupId>
<artifactId>jamax-util</artifactId>
<version>1.3.4-RELEASE</version>
</dependency>
Advertisement