How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.health.specs</groupId>
<artifactId>microprofile-health-spec</artifactId>
<version>3.0</version>
</dependency>
Choose a version of org.eclipse.microprofile.health.specs : microprofile-health-spec to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1 |
microprofile-health-spec-3.1-RC2
|
||
microprofile-health-spec-3.1-RC1
|
|||
3.0 |
microprofile-health-spec-3.0
|
||
microprofile-health-spec-3.0-RC5
|
|||
microprofile-health-spec-3.0-RC4
|
|||
microprofile-health-spec-3.0-RC3
|
|||
microprofile-health-spec-3.0-RC2
|
|||
microprofile-health-spec-3.0-RC1
|
|||
2.2 |
microprofile-health-spec-2.2
|
||
microprofile-health-spec-2.2-RC3
|
|||
microprofile-health-spec-2.2-RC2
|
|||
microprofile-health-spec-2.2-RC1
|
|||
2.1 |
microprofile-health-spec-2.1
|
||
2.0.x |
microprofile-health-spec-2.0.1
|
||
2.0 |
microprofile-health-spec-2.0
|
||
microprofile-health-spec-2.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile.health.specs</groupId>
<artifactId>microprofile-health-spec</artifactId>
<version>3.0</version>
</dependency>
Advertisement