License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-smallrye-health-runtime |
Version | Version0.12.0 |
Type | Typejar |
Description |
DescriptionQuarkus - SmallRye Health - Runtime
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-health-runtime/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health-runtime</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-health-runtime/
implementation 'io.quarkus:quarkus-smallrye-health-runtime:0.12.0'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-health-runtime/
implementation ("io.quarkus:quarkus-smallrye-health-runtime:0.12.0")
'io.quarkus:quarkus-smallrye-health-runtime:jar:0.12.0'
<dependency org="io.quarkus" name="quarkus-smallrye-health-runtime" rev="0.12.0">
<artifact name="quarkus-smallrye-health-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-smallrye-health-runtime', version='0.12.0')
)
libraryDependencies += "io.quarkus" % "quarkus-smallrye-health-runtime" % "0.12.0"
[io.quarkus/quarkus-smallrye-health-runtime "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye : smallrye-health | jar | |
io.quarkus : quarkus-core-runtime | jar | 0.12.0 |
io.quarkus : quarkus-undertow-runtime | jar | 0.12.0 |
io.quarkus : quarkus-jsonp-runtime | jar | 0.12.0 |
org.jboss.spec.javax.servlet : jboss-servlet-api_4.0_spec | jar |