How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.aries.samples.blueprint.helloworld</groupId>
<artifactId>helloworld</artifactId>
<version>0.3</version>
</dependency>
Choose a version of org.apache.aries.samples.blueprint.helloworld : helloworld to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3 |
helloworld-0.3
|
||
0.2 |
helloworld-0.2-incubating
|
||
0.1 |
helloworld-0.1-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.aries.samples.blueprint.helloworld</groupId>
<artifactId>helloworld</artifactId>
<version>0.3</version>
</dependency>
Advertisement