<dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>serde-xml-jvm</artifactId> <version>1.3.28</version> </dependency>
implementation 'aws.smithy.kotlin:serde-xml-jvm:1.3.28'
implementation("aws.smithy.kotlin:serde-xml-jvm:1.3.28")
libraryDependencies += "aws.smithy.kotlin" % "serde-xml-jvm" % "1.3.28"
@Grapes( @Grab(group='aws.smithy.kotlin', module='serde-xml-jvm', version='1.3.28') )
<dependency org="aws.smithy.kotlin" name="serde-xml-jvm" rev="1.3.28" />
[aws.smithy.kotlin/serde-xml-jvm "1.3.28"]
'aws.smithy.kotlin:serde-xml-jvm:jar:1.3.28'
compile
|-- aws.smithy.kotlin:serde-jvm:1.3.28
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.21
runtime
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.9.0