MVN

aws.smithy.kotlin : telemetry-api-jvm

Maven & Gradle

Aug 24, 2023
48 stars

telemetry-api · API for telemetry data

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>telemetry-api-jvm</artifactId>
    <version>0.26.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.smithy.kotlin : telemetry-api-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.0

All Versions

Choose a version of aws.smithy.kotlin : telemetry-api-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26.x
telemetry-api-jvm-0.26.0
0.25.x
telemetry-api-jvm-0.25.1
telemetry-api-jvm-0.25.0
0.24.x
telemetry-api-jvm-0.24.0
0.23.x
telemetry-api-jvm-0.23.0

How to add a dependency to Maven

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

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>telemetry-api-jvm</artifactId>
    <version>0.26.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.smithy.kotlin : telemetry-api-jvm gradle dependency to your build.gradle file:

implementation 'aws.smithy.kotlin:telemetry-api-jvm:0.26.0'

Gradle Kotlin DSL: Add the following aws.smithy.kotlin : telemetry-api-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.smithy.kotlin:telemetry-api-jvm:0.26.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.smithy.kotlin : telemetry-api-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.smithy.kotlin" % "telemetry-api-jvm" % "0.26.0"

Advertisement