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