r

runtime-core-jvm

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