| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.microprofile.health |
| ArtifactId | ArtifactIdmicroprofile-health-spec |
| Last Version | Last Version4.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMicroProfile Health Specification
Eclipse MicroProfile Health - Parent POM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| microprofile-health-spec-4.0.pom | |
| microprofile-health-spec-4.0.pdf | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-spec</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-spec/
implementation 'org.eclipse.microprofile.health:microprofile-health-spec:4.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-spec/
implementation ("org.eclipse.microprofile.health:microprofile-health-spec:4.0")
'org.eclipse.microprofile.health:microprofile-health-spec:pom:4.0'
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-spec" rev="4.0">
<artifact name="microprofile-health-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-spec', version='4.0')
)
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-spec" % "4.0"
[org.eclipse.microprofile.health/microprofile-health-spec "4.0"]