License |
License |
---|---|
GroupId | GroupIdorg.gwizard |
ArtifactId | ArtifactIdgwizard-healthchecks |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWizard Health Checks
A Java framework, inspired by DropWizard, for developing RESTful web services with Guice
|
<!-- https://jarcasting.com/artifacts/org.gwizard/gwizard-healthchecks/ -->
<dependency>
<groupId>org.gwizard</groupId>
<artifactId>gwizard-healthchecks</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwizard/gwizard-healthchecks/
implementation 'org.gwizard:gwizard-healthchecks:0.11'
// https://jarcasting.com/artifacts/org.gwizard/gwizard-healthchecks/
implementation ("org.gwizard:gwizard-healthchecks:0.11")
'org.gwizard:gwizard-healthchecks:jar:0.11'
<dependency org="org.gwizard" name="gwizard-healthchecks" rev="0.11">
<artifact name="gwizard-healthchecks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwizard', module='gwizard-healthchecks', version='0.11')
)
libraryDependencies += "org.gwizard" % "gwizard-healthchecks" % "0.11"
[org.gwizard/gwizard-healthchecks "0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.gwizard : gwizard-services | jar | 0.11 |
org.gwizard : gwizard-metrics | jar | 0.11 |
io.dropwizard.metrics : metrics-healthchecks | jar | 4.1.7 |
io.dropwizard : dropwizard-util | jar | 2.0.19 |
com.google.inject : guice | jar | 5.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.assertj : assertj-core | jar | 3.19.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.mockito : mockito-core | jar | 3.2.4 |