How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.9.2</version>
</dependency>
Choose a version of fi.jubic : easyconfig-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
easyconfig-parent-0.9.2
|
||
easyconfig-parent-0.9.1
|
|||
easyconfig-parent-0.9.0
|
|||
0.8.x |
easyconfig-parent-0.8.4
|
||
easyconfig-parent-0.8.3
|
|||
easyconfig-parent-0.8.2
|
|||
easyconfig-parent-0.8.1
|
|||
easyconfig-parent-0.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.9.2</version>
</dependency>
Advertisement