t

telemetry-api

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