How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitegg.platform</groupId>
<artifactId>gitegg-platform</artifactId>
<version>1.0.7.RELEASE</version>
</dependency>
Choose a version of com.gitegg.platform : gitegg-platform to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
gitegg-platform-1.0.7.RELEASE
|
||
gitegg-platform-1.0.6.RELEASE
|
|||
gitegg-platform-1.0.5.RELEASE
|
|||
gitegg-platform-1.0.4.RELEASE
|
|||
gitegg-platform-1.0.3.RELEASE
|
|||
gitegg-platform-1.0.2.RELEASE
|
|||
gitegg-platform-1.0.1.RELEASE
|
|||
gitegg-platform-1.0.0.RELEASE
|
|||
gitegg-platform-1.0.6_9.RELEASE
|
|||
gitegg-platform-1.0.6_8.RELEASE
|
|||
gitegg-platform-1.0.6_7.RELEASE
|
|||
gitegg-platform-1.0.6_6.RELEASE
|
|||
gitegg-platform-1.0.6_5.RELEASE
|
|||
gitegg-platform-1.0.6_4.RELEASE
|
|||
gitegg-platform-1.0.6_3.RELEASE
|
|||
gitegg-platform-1.0.6_2.RELEASE
|
|||
gitegg-platform-1.0.6_1.RELEASE
|
|||
gitegg-platform-1.0.5_1.RELEASE
|
|||
gitegg-platform-1.0.3_2.RELEASE
|
|||
gitegg-platform-1.0.3_1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitegg.platform</groupId>
<artifactId>gitegg-platform</artifactId>
<version>1.0.7.RELEASE</version>
</dependency>
Advertisement