How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-axis-felix</artifactId>
<version>4.6.2</version>
</dependency>
Choose a version of org.ow2.orchestra : orchestra-axis-felix to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.7.x |
orchestra-axis-felix-4.7.0
|
||
4.6.x |
orchestra-axis-felix-4.6.2
|
||
orchestra-axis-felix-4.6.1
|
|||
orchestra-axis-felix-4.6.0
|
|||
4.5.x |
orchestra-axis-felix-4.5.0
|
||
4.4.x |
orchestra-axis-felix-4.4.2
|
||
orchestra-axis-felix-4.4.1
|
|||
orchestra-axis-felix-4.4.0
|
|||
4.3.x |
orchestra-axis-felix-4.3.0
|
||
4.2.x |
orchestra-axis-felix-4.2.1
|
||
orchestra-axis-felix-4.2.0
|
|||
4.1.x |
orchestra-axis-felix-4.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-axis-felix</artifactId>
<version>4.6.2</version>
</dependency>
Advertisement