How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>1.3</version>
</dependency>
Choose a version of org.apache.sis : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
parent-1.3
|
||
1.2 |
parent-1.2
|
||
1.1 |
parent-1.1
|
||
1.0 |
parent-1.0
|
||
0.8 |
parent-0.8
|
||
0.7 |
parent-0.7
|
||
0.6 |
parent-0.6
|
||
0.5 |
parent-0.5
|
||
0.4 |
parent-0.4
|
||
0.3 |
parent-0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>1.3</version>
</dependency>
Advertisement