is not current version
Last Version 4.0

org.eclipse.microprofile.health:microprofile-health-tck 2.0-RC1


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.health
ArtifactId

ArtifactId

microprofile-health-tck
Version

Version

2.0-RC1
Type

Type

jar

Download microprofile-health-tck 2.0-RC1


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-tck/ -->
<dependency>
    <groupId>org.eclipse.microprofile.health</groupId>
    <artifactId>microprofile-health-tck</artifactId>
    <version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-tck/
implementation 'org.eclipse.microprofile.health:microprofile-health-tck:2.0-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.health/microprofile-health-tck/
implementation ("org.eclipse.microprofile.health:microprofile-health-tck:2.0-RC1")
'org.eclipse.microprofile.health:microprofile-health-tck:jar:2.0-RC1'
<dependency org="org.eclipse.microprofile.health" name="microprofile-health-tck" rev="2.0-RC1">
  <artifact name="microprofile-health-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.health', module='microprofile-health-tck', version='2.0-RC1')
)
libraryDependencies += "org.eclipse.microprofile.health" % "microprofile-health-tck" % "2.0-RC1"
[org.eclipse.microprofile.health/microprofile-health-tck "2.0-RC1"]