Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdsoftware.amazon.awssdk |
ArtifactId | ArtifactIdhealth |
Version | Version2.17.139 |
Type | Typejar |
Filename | Size |
---|---|
health-2.17.139.pom | |
health-2.17.139.jar | 487 KB |
health-2.17.139-sources.jar | 285 KB |
health-2.17.139-javadoc.jar | 987 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/health/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>health</artifactId>
<version>2.17.139</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/health/
implementation 'software.amazon.awssdk:health:2.17.139'
// https://jarcasting.com/artifacts/software.amazon.awssdk/health/
implementation ("software.amazon.awssdk:health:2.17.139")
'software.amazon.awssdk:health:jar:2.17.139'
<dependency org="software.amazon.awssdk" name="health" rev="2.17.139">
<artifact name="health" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='health', version='2.17.139')
)
libraryDependencies += "software.amazon.awssdk" % "health" % "2.17.139"
[software.amazon.awssdk/health "2.17.139"]