MVN

com.amazonaws : aws-java-sdk-eksauth

Maven & Gradle

Nov 27, 2023

AWS Java SDK for Amazon EKS Auth · The AWS Java SDK for Amazon EKS Auth module holds the client classes that are used for communicating with Amazon EKS Auth Service

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-eksauth</artifactId>
    <version>1.12.596</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazonaws : aws-java-sdk-eksauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.596

All Versions

Choose a version of com.amazonaws : aws-java-sdk-eksauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
aws-java-sdk-eksauth-1.12.596

How to add a dependency to Maven

Add the following com.amazonaws : aws-java-sdk-eksauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-eksauth</artifactId>
    <version>1.12.596</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazonaws : aws-java-sdk-eksauth gradle dependency to your build.gradle file:

implementation 'com.amazonaws:aws-java-sdk-eksauth:1.12.596'

Gradle Kotlin DSL: Add the following com.amazonaws : aws-java-sdk-eksauth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazonaws:aws-java-sdk-eksauth:1.12.596")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazonaws : aws-java-sdk-eksauth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazonaws" % "aws-java-sdk-eksauth" % "1.12.596"

Advertisement

Dependencies from Group

Aug 25, 2023
1.1k usages
3.9k stars
Aug 25, 2023
906 usages
3.9k stars
Aug 25, 2023
681 usages
3.9k stars
Aug 25, 2023
432 usages
3.9k stars
Aug 25, 2023
349 usages
4k stars

Discover Dependencies