a

aws-endpoint

AWS Endpoint Support
https://github.com/awslabs/aws-sdk-kotlin
The Apache License, Version 2.0
AWS SDK Kotlin Team
Files download
File Operation
aws-endpoint-1.1.27.jar download
aws-endpoint-1.1.27.pom download
aws-endpoint-1.1.27-sources.jar download
Apache Maven
<dependency>
  <groupId>aws.sdk.kotlin</groupId>
  <artifactId>aws-endpoint</artifactId>
  <version>1.1.27</version>
</dependency>
Gradle Groovy
implementation 'aws.sdk.kotlin:aws-endpoint:1.1.27'
Gradle Kotlin
implementation("aws.sdk.kotlin:aws-endpoint:1.1.27")
Scala SBT
libraryDependencies += "aws.sdk.kotlin" % "aws-endpoint" % "1.1.27"
Groovy Grape
@Grapes(
  @Grab(group='aws.sdk.kotlin', module='aws-endpoint', version='1.1.27')
)
Apache Ivy
<dependency org="aws.sdk.kotlin" name="aws-endpoint" rev="1.1.27" />
Leiningen
[aws.sdk.kotlin/aws-endpoint "1.1.27"]
Apache Buildr
'aws.sdk.kotlin:aws-endpoint:jar:1.1.27'