Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.washingtonpost.dropwizard |
ArtifactId | ArtifactIddropwizard-liveness-reporter |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.washingtonpost.dropwizard/dropwizard-liveness-reporter/ -->
<dependency>
<groupId>com.washingtonpost.dropwizard</groupId>
<artifactId>dropwizard-liveness-reporter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.washingtonpost.dropwizard/dropwizard-liveness-reporter/
implementation 'com.washingtonpost.dropwizard:dropwizard-liveness-reporter:1.3.0'
// https://jarcasting.com/artifacts/com.washingtonpost.dropwizard/dropwizard-liveness-reporter/
implementation ("com.washingtonpost.dropwizard:dropwizard-liveness-reporter:1.3.0")
'com.washingtonpost.dropwizard:dropwizard-liveness-reporter:jar:1.3.0'
<dependency org="com.washingtonpost.dropwizard" name="dropwizard-liveness-reporter" rev="1.3.0">
<artifact name="dropwizard-liveness-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.washingtonpost.dropwizard', module='dropwizard-liveness-reporter', version='1.3.0')
)
libraryDependencies += "com.washingtonpost.dropwizard" % "dropwizard-liveness-reporter" % "1.3.0"
[com.washingtonpost.dropwizard/dropwizard-liveness-reporter "1.3.0"]