How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.shelbie</groupId>
<artifactId>shelbie-commands</artifactId>
<version>2.0.0-M3</version>
</dependency>
Choose a version of org.ow2.shelbie : shelbie-commands to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
shelbie-commands-2.0.0-M3
|
||
shelbie-commands-2.0.0-M2
|
|||
shelbie-commands-2.0.0-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.shelbie</groupId>
<artifactId>shelbie-commands</artifactId>
<version>2.0.0-M3</version>
</dependency>
Advertisement