| GroupId | GroupIdio.pythagoras.common |
|---|---|
| ArtifactId | ArtifactIdhealth-check |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| health-check-1.0.3.pom | |
| health-check-1.0.3.jar | 3 KB |
| health-check-1.0.3-sources.jar | 1 KB |
| health-check-1.0.3-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.common/health-check/ -->
<dependency>
<groupId>io.pythagoras.common</groupId>
<artifactId>health-check</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/health-check/
implementation 'io.pythagoras.common:health-check:1.0.3'
// https://jarcasting.com/artifacts/io.pythagoras.common/health-check/
implementation ("io.pythagoras.common:health-check:1.0.3")
'io.pythagoras.common:health-check:jar:1.0.3'
<dependency org="io.pythagoras.common" name="health-check" rev="1.0.3">
<artifact name="health-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='health-check', version='1.0.3')
)
libraryDependencies += "io.pythagoras.common" % "health-check" % "1.0.3"
[io.pythagoras.common/health-check "1.0.3"]