MVN

aws.sdk.kotlin : auth-jvm

Maven & Gradle

Oct 08, 2021
274 usages
372 stars

auth · AWS Service Authentication

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>auth-jvm</artifactId>
    <version>0.6.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.0-alpha
  • Latest Alpha: 0.6.0-alpha

All Versions

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

Version Vulnerabilities Updated
0.6.x
auth-jvm-0.6.0-alpha
0.5.x
auth-jvm-0.5.0-alpha
0.4.x
auth-jvm-0.4.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>auth-jvm</artifactId>
    <version>0.6.0-alpha</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'aws.sdk.kotlin:auth-jvm:0.6.0-alpha'

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

implementation("aws.sdk.kotlin:auth-jvm:0.6.0-alpha")

How to add a dependency to SBT Scala

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

libraryDependencies += "aws.sdk.kotlin" % "auth-jvm" % "0.6.0-alpha"