Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdsoftware.amazon.awssdk |
ArtifactId | ArtifactIdroute53recoverycluster |
Version | Version2.17.35 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/route53recoverycluster/ -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>route53recoverycluster</artifactId>
<version>2.17.35</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/route53recoverycluster/
implementation 'software.amazon.awssdk:route53recoverycluster:2.17.35'
// https://jarcasting.com/artifacts/software.amazon.awssdk/route53recoverycluster/
implementation ("software.amazon.awssdk:route53recoverycluster:2.17.35")
'software.amazon.awssdk:route53recoverycluster:jar:2.17.35'
<dependency org="software.amazon.awssdk" name="route53recoverycluster" rev="2.17.35">
<artifact name="route53recoverycluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='route53recoverycluster', version='2.17.35')
)
libraryDependencies += "software.amazon.awssdk" % "route53recoverycluster" % "2.17.35"
[software.amazon.awssdk/route53recoverycluster "2.17.35"]