How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-osgi-parent</artifactId>
<version>1.4</version>
</dependency>
Choose a version of org.ow2.frascati.examples : helloworld-osgi-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4 |
helloworld-osgi-parent-1.4
|
||
1.3 |
helloworld-osgi-parent-1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-osgi-parent</artifactId>
<version>1.4</version>
</dependency>
Advertisement