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