How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>se.vgregion.vgr-custom-jsp-hook</groupId>
<artifactId>vgr-custom-jsp-hook-system</artifactId>
<version>1.2</version>
</dependency>
Choose a version of se.vgregion.vgr-custom-jsp-hook : vgr-custom-jsp-hook-system to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2 |
vgr-custom-jsp-hook-system-1.2
|
||
1.1 |
vgr-custom-jsp-hook-system-1.1
|
||
1.0 |
vgr-custom-jsp-hook-system-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>se.vgregion.vgr-custom-jsp-hook</groupId>
<artifactId>vgr-custom-jsp-hook-system</artifactId>
<version>1.2</version>
</dependency>
Advertisement