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