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