t

tracing-core

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