GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-health-testsuite-parent |
Version | Version2.2.5 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-health-testsuite-parent-2.2.5.pom | 660 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health-testsuite-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-testsuite-parent</artifactId>
<version>2.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-testsuite-parent/
implementation 'io.smallrye:smallrye-health-testsuite-parent:2.2.5'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-testsuite-parent/
implementation ("io.smallrye:smallrye-health-testsuite-parent:2.2.5")
'io.smallrye:smallrye-health-testsuite-parent:pom:2.2.5'
<dependency org="io.smallrye" name="smallrye-health-testsuite-parent" rev="2.2.5">
<artifact name="smallrye-health-testsuite-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-testsuite-parent', version='2.2.5')
)
libraryDependencies += "io.smallrye" % "smallrye-health-testsuite-parent" % "2.2.5"
[io.smallrye/smallrye-health-testsuite-parent "2.2.5"]