How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>health-ext</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of org.microprofile-ext : health-ext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
health-ext-1.4.0
|
||
1.2.x |
health-ext-1.2.0
|
||
1.1.x |
health-ext-1.1.0
|
||
1.0.x |
health-ext-1.0.5
|
||
health-ext-1.0.4
|
|||
health-ext-1.0.3
|
|||
health-ext-1.0.1
|
|||
health-ext-1.0.0
|
|||
quarkus |
health-ext-quarkus-example
|
||
healthprobe |
health-ext-healthprobe-system
|
||
health-ext-healthprobe-jvm
|
|||
health |
health-ext-health-ui
|
||
health-ext-health-example
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microprofile-ext</groupId>
<artifactId>health-ext</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement