How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ink.gfwl</groupId>
<artifactId>peak-tool-parent</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of ink.gfwl : peak-tool-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
peak-tool-parent-1.0.2
|
||
peak-tool-parent-1.0.1
|
|||
peak-tool-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ink.gfwl</groupId>
<artifactId>peak-tool-parent</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement