How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-configuration-ext</artifactId>
<version>2.0.5</version>
</dependency>
Choose a version of org.refcodes : refcodes-configuration-ext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
refcodes-configuration-ext-2.0.5
|
||
refcodes-configuration-ext-2.0.4
|
|||
refcodes-configuration-ext-2.0.3
|
|||
refcodes-configuration-ext-2.0.2
|
|||
refcodes-configuration-ext-2.0.1
|
|||
refcodes-configuration-ext-2.0.0
|
|||
1.10.x |
refcodes-configuration-ext-1.10.3
|
||
refcodes-configuration-ext-1.10.2
|
|||
refcodes-configuration-ext-1.10.1
|
|||
refcodes-configuration-ext-1.10.0
|
|||
1.9.x |
refcodes-configuration-ext-1.9.9
|
||
1.3.x |
refcodes-configuration-ext-1.3.5
|
||
refcodes-configuration-ext-1.3.4
|
|||
refcodes-configuration-ext-1.3.3
|
|||
refcodes-configuration-ext-1.3.2
|
|||
refcodes-configuration-ext-1.3.1
|
|||
refcodes-configuration-ext-1.3.0
|
|||
1.2.x |
refcodes-configuration-ext-1.2.9
|
||
refcodes-configuration-ext-1.2.8
|
|||
refcodes-configuration-ext-1.2.7
|
|||
refcodes-configuration-ext-1.2.6
|
|||
refcodes-configuration-ext-1.2.5
|
|||
refcodes-configuration-ext-1.2.4
|
|||
refcodes-configuration-ext-1.2.3
|
|||
refcodes-configuration-ext-1.2.2
|
|||
refcodes-configuration-ext-1.2.1
|
|||
refcodes-configuration-ext-1.2.0
|
|||
1.1.x |
refcodes-configuration-ext-1.1.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-configuration-ext</artifactId>
<version>2.0.5</version>
</dependency>
Advertisement