How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.karaf.decanter</groupId>
<artifactId>marshaller</artifactId>
<version>2.10.0</version>
</dependency>
Choose a version of org.apache.karaf.decanter : marshaller to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
marshaller-2.10.0
|
||
2.9.x |
marshaller-2.9.0
|
||
2.8.x |
marshaller-2.8.0
|
||
2.7.x |
marshaller-2.7.0
|
||
2.6.x |
marshaller-2.6.0
|
||
2.5.x |
marshaller-2.5.0
|
||
2.4.x |
marshaller-2.4.0
|
||
2.3.x |
marshaller-2.3.0
|
||
2.2.x |
marshaller-2.2.0
|
||
2.1.x |
marshaller-2.1.0
|
||
2.0.x |
marshaller-2.0.0
|
||
1.4.x |
marshaller-1.4.0
|
||
1.3.x |
marshaller-1.3.0
|
||
1.2.x |
marshaller-1.2.0
|
||
1.1.x |
marshaller-1.1.0
|
||
org.apache.x |
marshaller-org.apache.karaf.decanter.marshaller.raw
|
||
marshaller-org.apache.karaf.decanter.marshaller.json
|
|||
marshaller-org.apache.karaf.decanter.marshaller.csv
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.karaf.decanter</groupId>
<artifactId>marshaller</artifactId>
<version>2.10.0</version>
</dependency>
Advertisement