How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>gppro</artifactId>
<version>19.06.16</version>
</dependency>
Choose a version of com.github.martinpaljak : gppro to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
19.06.x |
gppro-19.06.16
|
||
19.05.x |
gppro-19.05.16
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>gppro</artifactId>
<version>19.06.16</version>
</dependency>
Advertisement