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