How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-spec</artifactId>
<version>4.0.1</version>
</dependency>
Choose a version of org.eclipse.microprofile.health : microprofile-health-spec to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
microprofile-health-spec-4.0.1
|
||
4.0 |
microprofile-health-spec-4.0
|
||
microprofile-health-spec-4.0-RC3
|
|||
microprofile-health-spec-4.0-RC2
|
|||
microprofile-health-spec-4.0-RC1
|
|||
3.1 |
microprofile-health-spec-3.1
|
||
microprofile-health-spec-3.1-RC3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-spec</artifactId>
<version>4.0.1</version>
</dependency>
Advertisement