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