How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.yetus</groupId>
<artifactId>shelldocs</artifactId>
<version>0.14.1</version>
</dependency>
Choose a version of org.apache.yetus : shelldocs to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.14.x |
shelldocs-0.14.1
|
||
shelldocs-0.14.0
|
|||
0.13.x |
shelldocs-0.13.0
|
||
0.12.x |
shelldocs-0.12.0
|
||
0.11.x |
shelldocs-0.11.1
|
||
shelldocs-0.11.0
|
|||
0.10.x |
shelldocs-0.10.0
|
||
0.9.x |
shelldocs-0.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.yetus</groupId>
<artifactId>shelldocs</artifactId>
<version>0.14.1</version>
</dependency>
Advertisement