How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-help</artifactId>
<version>2.9.0</version>
</dependency>
Choose a version of com.github.rvesse : airline-help to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.9.x |
airline-help-2.9.0
|
||
2.8.x |
airline-help-2.8.5
|
||
airline-help-2.8.4
|
|||
airline-help-2.8.3
|
|||
airline-help-2.8.2
|
|||
airline-help-2.8.1
|
|||
airline-help-2.8.0
|
|||
2.7.x |
airline-help-2.7.2
|
||
airline-help-2.7.1
|
|||
airline-help-2.7.0
|
|||
2.6.x |
airline-help-2.6.0
|
||
2.5.x |
airline-help-2.5.0
|
||
2.4.x |
airline-help-2.4.0
|
||
2.3.x |
airline-help-2.3.0
|
||
2.2.x |
airline-help-2.2.0
|
||
2.1.x |
airline-help-2.1.1
|
||
airline-help-2.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.rvesse</groupId>
<artifactId>airline-help</artifactId>
<version>2.9.0</version>
</dependency>
Advertisement