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.27.1.jar download
runtime-core-0.27.1.pom download
runtime-core-0.27.1-sources.jar download
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>runtime-core</artifactId>
  <version>0.27.1</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:runtime-core:0.27.1'
Gradle Kotlin
implementation("aws.smithy.kotlin:runtime-core:0.27.1")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "runtime-core" % "0.27.1"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='runtime-core', version='0.27.1')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="runtime-core" rev="0.27.1" />
Leiningen
[aws.smithy.kotlin/runtime-core "0.27.1"]
Apache Buildr
'aws.smithy.kotlin:runtime-core:jar:0.27.1'