How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gsoncore-parent</artifactId>
<version>0.8</version>
</dependency>
Choose a version of com.github.gv2011 : gsoncore-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8 |
gsoncore-parent-0.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gsoncore-parent</artifactId>
<version>0.8</version>
</dependency>
Advertisement