t

tracing-core-jvm

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