MVN

com.gluonhq : aws-java-sdk-auth-core

Maven & Gradle

Jul 26, 2018
3 usages
2 stars

AWS SDK for Java Mobile - AWS Authentication Core · The AWS Java Mobile SDK for AWS Authentication Core module holds the client classes that are used for enabling communication with Amazon CognitoIdentityProvider, Amazon Cognito UserPools, Facebook and Google SignIn Providers

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>aws-java-sdk-auth-core</artifactId>
    <version>2.6.19-b2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gluonhq : aws-java-sdk-auth-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.19-b2

All Versions

Choose a version of com.gluonhq : aws-java-sdk-auth-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
aws-java-sdk-auth-core-2.6.19-b2
aws-java-sdk-auth-core-2.6.19

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>aws-java-sdk-auth-core</artifactId>
    <version>2.6.19-b2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gluonhq : aws-java-sdk-auth-core gradle dependency to your build.gradle file:

implementation 'com.gluonhq:aws-java-sdk-auth-core:2.6.19-b2'

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

implementation("com.gluonhq:aws-java-sdk-auth-core:2.6.19-b2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gluonhq : aws-java-sdk-auth-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gluonhq" % "aws-java-sdk-auth-core" % "2.6.19-b2"