How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.github</groupId>
<artifactId>github-maven-plugins-parent</artifactId>
<version>0.12</version>
</dependency>
Choose a version of com.github.github : github-maven-plugins-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.12 |
github-maven-plugins-parent-0.12
|
||
0.11 |
github-maven-plugins-parent-0.11
|
||
0.10 |
github-maven-plugins-parent-0.10
|
||
0.9 |
github-maven-plugins-parent-0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.github</groupId>
<artifactId>github-maven-plugins-parent</artifactId>
<version>0.12</version>
</dependency>
Advertisement