a

aws-xml-protocols-jvm

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