How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-tools-parent</artifactId>
<version>1.1.5</version>
</dependency>
Choose a version of icu.easyj : easyj-tools-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
easyj-tools-parent-1.1.5
|
||
easyj-tools-parent-1.1.4
|
|||
easyj-tools-parent-1.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-tools-parent</artifactId>
<version>1.1.5</version>
</dependency>
Advertisement