How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tamaya.ext</groupId>
<artifactId>tamaya-osgi-all</artifactId>
<version>0.4-incubating</version>
</dependency>
Choose a version of org.apache.tamaya.ext : tamaya-osgi-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4 |
tamaya-osgi-all-0.4-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.tamaya.ext</groupId>
<artifactId>tamaya-osgi-all</artifactId>
<version>0.4-incubating</version>
</dependency>
Advertisement