How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-gateway-platforms-war-standalone</artifactId>
<version>1.2.1.Final</version>
</dependency>
Choose a version of io.apiman : apiman-gateway-platforms-war-standalone to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
apiman-gateway-platforms-war-standalone-1.2.1.Final
|
||
apiman-gateway-platforms-war-standalone-1.2.0.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-gateway-platforms-war-standalone</artifactId>
<version>1.2.1.Final</version>
</dependency>
Advertisement