<dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>tracing-core</artifactId> <version>0.22.1</version> </dependency>
implementation 'aws.smithy.kotlin:tracing-core:0.22.1'
implementation("aws.smithy.kotlin:tracing-core:0.22.1")
libraryDependencies += "aws.smithy.kotlin" % "tracing-core" % "0.22.1"
@Grapes( @Grab(group='aws.smithy.kotlin', module='tracing-core', version='0.22.1') )
<dependency org="aws.smithy.kotlin" name="tracing-core" rev="0.22.1" />
[aws.smithy.kotlin/tracing-core "0.22.1"]
'aws.smithy.kotlin:tracing-core:jar:0.22.1'
runtime
|-- aws.smithy.kotlin:runtime-core:0.22.1
|-- aws.smithy.kotlin:logging:0.22.1