MVN

aws.smithy.kotlin : tracing-core

Maven & Gradle

Jul 06, 2023
42 stars

tracing-core · Common tracing classes

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>tracing-core</artifactId>
    <version>0.22.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.smithy.kotlin : tracing-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22.1

All Versions

Choose a version of aws.smithy.kotlin : tracing-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.22.x
tracing-core-0.22.1
tracing-core-0.22.0
0.21.x
tracing-core-0.21.3
tracing-core-0.21.2
tracing-core-0.21.1
tracing-core-0.21.0
0.20.x
tracing-core-0.20.0
0.19.x
tracing-core-0.19.0
0.18.x
tracing-core-0.18.0
0.17.x
tracing-core-0.17.4
tracing-core-0.17.3
tracing-core-0.17.2
tracing-core-0.17.1
tracing-core-0.17.0
0.16.x
tracing-core-0.16.6
tracing-core-0.16.5
tracing-core-0.16.4
tracing-core-0.16.3
tracing-core-0.16.2
tracing-core-0.16.1
tracing-core-0.16.0
0.15.x
tracing-core-0.15.3
tracing-core-0.15.2
tracing-core-0.15.1
tracing-core-0.15.0
0.14.x
tracing-core-0.14.3
tracing-core-0.14.2
tracing-core-0.14.1
tracing-core-0.14.0
0.13.x
tracing-core-0.13.1
tracing-core-0.13.0

How to add a dependency to Maven

Add the following aws.smithy.kotlin : tracing-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>tracing-core</artifactId>
    <version>0.22.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.smithy.kotlin : tracing-core gradle dependency to your build.gradle file:

implementation 'aws.smithy.kotlin:tracing-core:0.22.1'

Gradle Kotlin DSL: Add the following aws.smithy.kotlin : tracing-core gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.smithy.kotlin:tracing-core:0.22.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.smithy.kotlin : tracing-core sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.smithy.kotlin" % "tracing-core" % "0.22.1"

Advertisement