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