How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.knowhowlab.osgi</groupId>
<artifactId>shell</artifactId>
<version>knopflerfish</version>
</dependency>
Choose a version of org.knowhowlab.osgi : shell to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
shell-1.3.0
|
||
knopflerfish |
shell-knopflerfish
|
||
felix |
shell-felix-gogo
|
||
shell-felix
|
|||
equinox |
shell-equinox
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.knowhowlab.osgi</groupId>
<artifactId>shell</artifactId>
<version>knopflerfish</version>
</dependency>
Advertisement