u

utils-jvm

Utilities for working with the Smithy runtime
https://github.com/awslabs/smithy-kotlin
The Apache License, Version 2.0
AWS SDK Kotlin Team
文件下载
文件名 操作
utils-jvm-0.14.2.jar 下载
utils-jvm-0.14.2.pom 下载
utils-jvm-0.14.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>aws.smithy.kotlin</groupId>
  <artifactId>utils-jvm</artifactId>
  <version>0.14.2</version>
</dependency>
Gradle Groovy
implementation 'aws.smithy.kotlin:utils-jvm:0.14.2'
Gradle Kotlin
implementation("aws.smithy.kotlin:utils-jvm:0.14.2")
Scala SBT
libraryDependencies += "aws.smithy.kotlin" % "utils-jvm" % "0.14.2"
Groovy Grape
@Grapes(
  @Grab(group='aws.smithy.kotlin', module='utils-jvm', version='0.14.2')
)
Apache Ivy
<dependency org="aws.smithy.kotlin" name="utils-jvm" rev="0.14.2" />
Leiningen
[aws.smithy.kotlin/utils-jvm "0.14.2"]
Apache Buildr
'aws.smithy.kotlin:utils-jvm:jar:0.14.2'