How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-root</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of org.sklsft.commons : commons-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
commons-root-4.0.0
|
||
commons-root-4.0.0-M3
|
|||
commons-root-4.0.0-M2
|
|||
commons-root-4.0.0-M1
|
|||
3.2.x |
commons-root-3.2.1
|
||
commons-root-3.2.0
|
|||
commons-root-3.2.0-M1
|
|||
3.1.x |
commons-root-3.1.7
|
||
commons-root-3.1.6
|
|||
commons-root-3.1.5
|
|||
commons-root-3.1.4
|
|||
commons-root-3.1.3
|
|||
commons-root-3.1.2
|
|||
commons-root-3.1.1
|
|||
commons-root-3.1.0
|
|||
commons-root-3.1.0-M3
|
|||
commons-root-3.1.0-M2
|
|||
commons-root-3.1.0-M1-4
|
|||
commons-root-3.1.0-M1-3
|
|||
commons-root-3.1.0-M1-2
|
|||
commons-root-3.1.0-M1-1
|
|||
commons-root-3.1.0-M1
|
|||
3.0.x |
commons-root-3.0.2
|
||
commons-root-3.0.1
|
|||
commons-root-3.0.0
|
|||
commons-root-3.0.0-M6
|
|||
commons-root-3.0.0-M5
|
|||
commons-root-3.0.0-M4-1
|
|||
commons-root-3.0.0-M4
|
|||
commons-root-3.0.0-M3
|
|||
commons-root-3.0.0-M2
|
|||
commons-root-3.0.0-M1
|
|||
2.1.x |
commons-root-2.1.2
|
||
commons-root-2.1.1
|
|||
commons-root-2.1.0
|
|||
2.0.x |
commons-root-2.0.0
|
||
commons-root-2.0.0-M2-2
|
|||
commons-root-2.0.0-M2-1
|
|||
commons-root-2.0.0-M2
|
|||
commons-root-2.0.0-M1
|
|||
1.1.x |
commons-root-1.1.1
|
||
commons-root-1.1.0
|
|||
1.0.x |
commons-root-1.0.1
|
||
commons-root-1.0.0
|
|||
commons-root-1.0.0-M2-1
|
|||
commons-root-1.0.0-M2
|
|||
commons-root-1.0.0-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-root</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement