How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.cxf.xjc-utils</groupId>
<artifactId>xjc-utils</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of org.apache.cxf.xjc-utils : xjc-utils to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
xjc-utils-4.0.0
|
||
3.3.x |
xjc-utils-3.3.2
|
||
xjc-utils-3.3.1
|
|||
xjc-utils-3.3.0
|
|||
3.2.x |
xjc-utils-3.2.3
|
||
xjc-utils-3.2.2
|
|||
xjc-utils-3.2.1
|
|||
xjc-utils-3.2.0
|
|||
3.1.x |
xjc-utils-3.1.0
|
||
3.0.x |
xjc-utils-3.0.5
|
||
xjc-utils-3.0.4
|
|||
xjc-utils-3.0.3
|
|||
xjc-utils-3.0.2
|
|||
xjc-utils-3.0.1
|
|||
xjc-utils-3.0.0
|
|||
2.7.x |
xjc-utils-2.7.0
|
||
2.6.x |
xjc-utils-2.6.2
|
||
xjc-utils-2.6.1
|
|||
xjc-utils-2.6.0
|
|||
2.4.x |
xjc-utils-2.4.0
|
||
2.3.x |
xjc-utils-2.3.2
|
||
xjc-utils-2.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.cxf.xjc-utils</groupId>
<artifactId>xjc-utils</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement