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