Categories |
CategoriesApache TomEE Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.tomee |
ArtifactId | ArtifactIdmicroprofile-health-tck |
Version | Version8.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.tomee/microprofile-health-tck/ -->
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>microprofile-health-tck</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomee/microprofile-health-tck/
implementation 'org.apache.tomee:microprofile-health-tck:8.0.0'
// https://jarcasting.com/artifacts/org.apache.tomee/microprofile-health-tck/
implementation ("org.apache.tomee:microprofile-health-tck:8.0.0")
'org.apache.tomee:microprofile-health-tck:jar:8.0.0'
<dependency org="org.apache.tomee" name="microprofile-health-tck" rev="8.0.0">
<artifact name="microprofile-health-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomee', module='microprofile-health-tck', version='8.0.0')
)
libraryDependencies += "org.apache.tomee" % "microprofile-health-tck" % "8.0.0"
[org.apache.tomee/microprofile-health-tck "8.0.0"]