GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-health-extension-test |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health-extension-test/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-extension-test</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-extension-test/
implementation 'io.smallrye:smallrye-health-extension-test:2.1.1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-extension-test/
implementation ("io.smallrye:smallrye-health-extension-test:2.1.1")
'io.smallrye:smallrye-health-extension-test:jar:2.1.1'
<dependency org="io.smallrye" name="smallrye-health-extension-test" rev="2.1.1">
<artifact name="smallrye-health-extension-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-extension-test', version='2.1.1')
)
libraryDependencies += "io.smallrye" % "smallrye-health-extension-test" % "2.1.1"
[io.smallrye/smallrye-health-extension-test "2.1.1"]