How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.redfish4ktc.parent</groupId>
<artifactId>redfish4ktc-maven-oss-parent</artifactId>
<version>7</version>
</dependency>
Choose a version of com.github.redfish4ktc.parent : redfish4ktc-maven-oss-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7 |
redfish4ktc-maven-oss-parent-7
|
||
6 |
redfish4ktc-maven-oss-parent-6
|
||
5 |
redfish4ktc-maven-oss-parent-5
|
||
4 |
redfish4ktc-maven-oss-parent-4
|
||
3 |
redfish4ktc-maven-oss-parent-3
|
||
2 |
redfish4ktc-maven-oss-parent-2
|
||
1 |
redfish4ktc-maven-oss-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.redfish4ktc.parent</groupId>
<artifactId>redfish4ktc-maven-oss-parent</artifactId>
<version>7</version>
</dependency>
Advertisement