How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-runtime-ext</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of org.refcodes : refcodes-runtime-ext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
refcodes-runtime-ext-1.0.1
|
||
refcodes-runtime-ext-1.0.0
|
|||
0.4.x |
refcodes-runtime-ext-0.4.0
|
||
0.3.x |
refcodes-runtime-ext-0.3.0
|
||
0.2.x |
refcodes-runtime-ext-0.2.0
|
||
0.1.x |
refcodes-runtime-ext-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-runtime-ext</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement