How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>restclient-ext</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of org.microprofile-ext : restclient-ext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
restclient-ext-1.0.0
|
||
configurable |
restclient-ext-configurable-errorresponse-handler
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>restclient-ext</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement