GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdhealth-api |
Version | Version2.3.0.Final |
Type | Typejar |
Filename | Size |
---|---|
health-api-2.3.0.Final.pom | |
health-api-2.3.0.Final.jar | 7 KB |
health-api-2.3.0.Final-sources.jar | 6 KB |
health-api-2.3.0.Final-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/health-api/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>health-api</artifactId>
<version>2.3.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/health-api/
implementation 'io.thorntail:health-api:2.3.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/health-api/
implementation ("io.thorntail:health-api:2.3.0.Final")
'io.thorntail:health-api:jar:2.3.0.Final'
<dependency org="io.thorntail" name="health-api" rev="2.3.0.Final">
<artifact name="health-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='health-api', version='2.3.0.Final')
)
libraryDependencies += "io.thorntail" % "health-api" % "2.3.0.Final"
[io.thorntail/health-api "2.3.0.Final"]