Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-health-provided-checks |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-health-provided-checks/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-provided-checks</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-provided-checks/
implementation 'io.smallrye:smallrye-health-provided-checks:3.2.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-health-provided-checks/
implementation ("io.smallrye:smallrye-health-provided-checks:3.2.0")
'io.smallrye:smallrye-health-provided-checks:jar:3.2.0'
<dependency org="io.smallrye" name="smallrye-health-provided-checks" rev="3.2.0">
<artifact name="smallrye-health-provided-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-health-provided-checks', version='3.2.0')
)
libraryDependencies += "io.smallrye" % "smallrye-health-provided-checks" % "3.2.0"
[io.smallrye/smallrye-health-provided-checks "3.2.0"]