s

serde-xml-jvm

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