How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jibx</artifactId>
<version>3.1.18</version>
</dependency>
Choose a version of org.apache.cxf.systests : cxf-systests-jibx to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
cxf-systests-jibx-3.1.18
|
||
cxf-systests-jibx-3.1.17
|
|||
cxf-systests-jibx-3.1.16
|
|||
cxf-systests-jibx-3.1.15
|
|||
cxf-systests-jibx-3.1.14
|
|||
cxf-systests-jibx-3.1.13
|
|||
cxf-systests-jibx-3.1.12
|
|||
cxf-systests-jibx-3.1.11
|
|||
cxf-systests-jibx-3.1.10
|
|||
cxf-systests-jibx-3.1.9
|
|||
cxf-systests-jibx-3.1.8
|
|||
cxf-systests-jibx-3.1.7
|
|||
cxf-systests-jibx-3.1.6
|
|||
cxf-systests-jibx-3.1.5
|
|||
cxf-systests-jibx-3.1.4
|
|||
cxf-systests-jibx-3.1.3
|
|||
cxf-systests-jibx-3.1.2
|
|||
cxf-systests-jibx-3.1.1
|
|||
cxf-systests-jibx-3.1.0
|
|||
3.0.x |
cxf-systests-jibx-3.0.16
|
||
cxf-systests-jibx-3.0.14
|
|||
cxf-systests-jibx-3.0.13
|
|||
cxf-systests-jibx-3.0.10
|
|||
cxf-systests-jibx-3.0.9
|
|||
cxf-systests-jibx-3.0.8
|
|||
cxf-systests-jibx-3.0.7
|
|||
cxf-systests-jibx-3.0.6
|
|||
cxf-systests-jibx-3.0.5
|
|||
cxf-systests-jibx-3.0.4
|
|||
cxf-systests-jibx-3.0.3
|
|||
cxf-systests-jibx-3.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jibx</artifactId>
<version>3.1.18</version>
</dependency>
Advertisement