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