is not current version
Last Version 0.0.2

de.otto.microservice:health 0.0.1

Status library of the springboot-microservice project.

GroupId

GroupId

de.otto.microservice
ArtifactId

ArtifactId

health
Version

Version

0.0.1
Type

Type

jar

Download health 0.0.1


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