License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.microprofile-ext.health-ext |
ArtifactId | ArtifactIdquarkus-example |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionMicroprofile Health Extensions :: Example Quarkus
A basic Quarkus app using these extensions
|
Filename | Size |
---|---|
quarkus-example-1.2.0.pom | |
quarkus-example-1.2.0.jar | 5 KB |
quarkus-example-1.2.0-sources.jar | 4 KB |
quarkus-example-1.2.0-javadoc.jar | 403 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-smallrye-health | jar | |
io.quarkus : quarkus-resteasy | jar | |
io.quarkus : quarkus-resteasy-jaxb | jar |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile : microprofile | pom | 4.0.1 |
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 |