MVN

aws.sdk.kotlin : tnb-jvm

Maven & Gradle

Aug 25, 2023
372 stars

tnb · The AWS Kotlin client for tnb

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>tnb-jvm</artifactId>
    <version>0.31.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.sdk.kotlin : tnb-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31.0-beta
  • Latest Beta: 0.31.0-beta

All Versions

Choose a version of aws.sdk.kotlin : tnb-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31.x
tnb-jvm-0.31.0-beta
0.30.x
tnb-jvm-0.30.1-beta
tnb-jvm-0.30.0-beta
0.29.x
tnb-jvm-0.29.1-beta
tnb-jvm-0.29.0-beta
0.28.x
tnb-jvm-0.28.2-beta
tnb-jvm-0.28.1-beta
tnb-jvm-0.28.0-beta
0.27.x
tnb-jvm-0.27.2-beta
tnb-jvm-0.27.1-beta
tnb-jvm-0.27.0-beta
0.26.x
tnb-jvm-0.26.1-beta
tnb-jvm-0.26.0-beta
0.25.x
tnb-jvm-0.25.0-beta
0.24.x
tnb-jvm-0.24.0-beta
0.23.x
tnb-jvm-0.23.0-beta
0.22.x
tnb-jvm-0.22.1-beta
tnb-jvm-0.22.0-beta
0.21.x
tnb-jvm-0.21.5-beta
tnb-jvm-0.21.4-beta
tnb-jvm-0.21.3-beta
tnb-jvm-0.21.2-beta
tnb-jvm-0.21.1-beta
tnb-jvm-0.21.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>tnb-jvm</artifactId>
    <version>0.31.0-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.sdk.kotlin : tnb-jvm gradle dependency to your build.gradle file:

implementation 'aws.sdk.kotlin:tnb-jvm:0.31.0-beta'

Gradle Kotlin DSL: Add the following aws.sdk.kotlin : tnb-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.sdk.kotlin:tnb-jvm:0.31.0-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.sdk.kotlin : tnb-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.sdk.kotlin" % "tnb-jvm" % "0.31.0-beta"

Advertisement