GroupId | GroupIdde.otto.microservice |
---|---|
ArtifactId | ArtifactIdhealth |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
health-0.0.1.pom | |
health-0.0.1.jar | 2 KB |
health-0.0.1-sources.jar | 1 KB |
health-0.0.1-javadoc.jar | 27 KB |
Browse |
<!-- 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"]