GroupId | GroupIdde.otto.edison |
---|---|
ArtifactId | ArtifactIdedison-health |
Version | Version0.79.3 |
Type | Typejar |
Filename | Size |
---|---|
edison-health-0.79.3.pom | |
edison-health-0.79.3.jar | 4 KB |
edison-health-0.79.3-sources.jar | 2 KB |
edison-health-0.79.3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-health/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>edison-health</artifactId>
<version>0.79.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-health/
implementation 'de.otto.edison:edison-health:0.79.3'
// https://jarcasting.com/artifacts/de.otto.edison/edison-health/
implementation ("de.otto.edison:edison-health:0.79.3")
'de.otto.edison:edison-health:jar:0.79.3'
<dependency org="de.otto.edison" name="edison-health" rev="0.79.3">
<artifact name="edison-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-health', version='0.79.3')
)
libraryDependencies += "de.otto.edison" % "edison-health" % "0.79.3"
[de.otto.edison/edison-health "0.79.3"]