How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ungle</groupId>
<artifactId>kong-admin-client</artifactId>
<version>2.2.0</version>
</dependency>
Choose a version of io.github.ungle : kong-admin-client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
kong-admin-client-2.2.0
|
||
2.1.x |
kong-admin-client-2.1.2
|
||
kong-admin-client-2.1.1
|
|||
kong-admin-client-2.1.0
|
|||
2.0.x |
kong-admin-client-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ungle</groupId>
<artifactId>kong-admin-client</artifactId>
<version>2.2.0</version>
</dependency>
Advertisement