a

aws-protocol-core-jvm

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