Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.health |
ArtifactId | ArtifactIdmicroprofile-health-tck |
Version | Version3.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-tck/ -->
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-tck</artifactId>
<version>3.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-tck/
implementation 'org.eclipse.microprofile.health:microprofile-health-tck:3.0-RC2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-tck/
implementation ("org.eclipse.microprofile.health:microprofile-health-tck:3.0-RC2")
'org.eclipse.microprofile.health:microprofile-health-tck:jar:3.0-RC2'
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-tck" rev="3.0-RC2">
<artifact name="microprofile-health-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-tck', version='3.0-RC2')
)
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-tck" % "3.0-RC2"
[org.eclipse.microprofile.health/microprofile-health-tck "3.0-RC2"]