GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-health-testsuite-parent |
Version | Version2.2.3 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-health-testsuite-parent-2.2.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-testsuite-parent/
implementation 'io.smallrye:smallrye-health-testsuite-parent:2.2.3'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-testsuite-parent/
implementation ("io.smallrye:smallrye-health-testsuite-parent:2.2.3")
'io.smallrye:smallrye-health-testsuite-parent:pom:2.2.3'
<dependency org="io.smallrye" name="smallrye-health-testsuite-parent" rev="2.2.3">
<artifact name="smallrye-health-testsuite-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-testsuite-parent', version='2.2.3')
)
libraryDependencies += "io.smallrye" % "smallrye-health-testsuite-parent" % "2.2.3"
[io.smallrye/smallrye-health-testsuite-parent "2.2.3"]