Microprofile Health Extensions :: Example Quarkus

A basic Quarkus app using these extensions

License

License

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.microprofile-ext.health-ext
ArtifactId

ArtifactId

quarkus-example
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Microprofile Health Extensions :: Example Quarkus
A basic Quarkus app using these extensions

Download quarkus-example

How to add to project

<!-- https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/quarkus-example/ -->
<dependency>
    <groupId>org.microprofile-ext.health-ext</groupId>
    <artifactId>quarkus-example</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/quarkus-example/
implementation 'org.microprofile-ext.health-ext:quarkus-example:1.2.0'
// https://jarcasting.com/artifacts/org.microprofile-ext.health-ext/quarkus-example/
implementation ("org.microprofile-ext.health-ext:quarkus-example:1.2.0")
'org.microprofile-ext.health-ext:quarkus-example:jar:1.2.0'
<dependency org="org.microprofile-ext.health-ext" name="quarkus-example" rev="1.2.0">
  <artifact name="quarkus-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.health-ext', module='quarkus-example', version='1.2.0')
)
libraryDependencies += "org.microprofile-ext.health-ext" % "quarkus-example" % "1.2.0"
[org.microprofile-ext.health-ext/quarkus-example "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
io.quarkus : quarkus-smallrye-health jar
io.quarkus : quarkus-resteasy jar
io.quarkus : quarkus-resteasy-jaxb jar

provided (1)

Group / Artifact Type Version
org.eclipse.microprofile : microprofile pom 4.0.1

runtime (3)

Group / Artifact Type Version
org.microprofile-ext.health-ext : healthprobe-system jar 1.2.0
org.microprofile-ext.health-ext : healthprobe-jvm jar 1.2.0
org.microprofile-ext.health-ext : health-ui jar 1.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0