r

runtime-core

Core runtime for Smithy clients and services generated by smithy-kotlin
https://github.com/awslabs/smithy-kotlin
The Apache License, Version 2.0
AWS SDK Kotlin Team
Files download
File Operation
runtime-core-0.21.0.jar download
runtime-core-0.21.0.pom download
runtime-core-0.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>runtime-core</artifactId>
  <version>0.21.0</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:runtime-core:0.21.0'
Gradle Kotlin
implementation("aws.smithy.kotlin:runtime-core:0.21.0")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "runtime-core" % "0.21.0"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='runtime-core', version='0.21.0')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="runtime-core" rev="0.21.0" />
Leiningen
[aws.smithy.kotlin/runtime-core "0.21.0"]
Apache Buildr
'aws.smithy.kotlin:runtime-core:jar:0.21.0'