How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.pangzixiang.whatsit</groupId>
<artifactId>vertx-http-gateway-parent</artifactId>
<version>1.1.6</version>
</dependency>
Choose a version of io.github.pangzixiang.whatsit : vertx-http-gateway-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
vertx-http-gateway-parent-1.1.6
|
||
vertx-http-gateway-parent-1.1.5
|
|||
vertx-http-gateway-parent-1.1.4
|
|||
vertx-http-gateway-parent-1.1.3
|
|||
vertx-http-gateway-parent-1.1.2
|
|||
vertx-http-gateway-parent-1.1.1
|
|||
vertx-http-gateway-parent-1.1.0
|
|||
1.0.x |
vertx-http-gateway-parent-1.0.6
|
||
vertx-http-gateway-parent-1.0.5
|
|||
vertx-http-gateway-parent-1.0.4
|
|||
vertx-http-gateway-parent-1.0.3
|
|||
vertx-http-gateway-parent-1.0.2
|
|||
vertx-http-gateway-parent-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.pangzixiang.whatsit</groupId>
<artifactId>vertx-http-gateway-parent</artifactId>
<version>1.1.6</version>
</dependency>
Advertisement