Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.health |
ArtifactId | ArtifactIdmicroprofile-health-parent |
Version | Version2.2-RC3 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-health-parent-2.2-RC3.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-parent/ -->
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-parent</artifactId>
<version>2.2-RC3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-parent/
implementation 'org.eclipse.microprofile.health:microprofile-health-parent:2.2-RC3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-parent/
implementation ("org.eclipse.microprofile.health:microprofile-health-parent:2.2-RC3")
'org.eclipse.microprofile.health:microprofile-health-parent:pom:2.2-RC3'
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-parent" rev="2.2-RC3">
<artifact name="microprofile-health-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-parent', version='2.2-RC3')
)
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-parent" % "2.2-RC3"
[org.eclipse.microprofile.health/microprofile-health-parent "2.2-RC3"]