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