MVN

com.amplifyframework : aws-auth-plugins-core

Maven & Gradle

Aug 24, 2023
229 stars

Amplify Framework for Android - AWS Auth Plugins Core · Amplify Framework for Android - Auth Plugins Core components and utilities for 3rd Party Plugin Development

<dependency>
    <groupId>com.amplifyframework</groupId>
    <artifactId>aws-auth-plugins-core</artifactId>
    <version>2.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amplifyframework : aws-auth-plugins-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.0

All Versions

Choose a version of com.amplifyframework : aws-auth-plugins-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
aws-auth-plugins-core-2.12.0
2.11.x
aws-auth-plugins-core-2.11.3
aws-auth-plugins-core-2.11.2
aws-auth-plugins-core-2.11.1
aws-auth-plugins-core-2.11.0
2.10.x
aws-auth-plugins-core-2.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.amplifyframework</groupId>
    <artifactId>aws-auth-plugins-core</artifactId>
    <version>2.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amplifyframework : aws-auth-plugins-core gradle dependency to your build.gradle file:

implementation 'com.amplifyframework:aws-auth-plugins-core:2.12.0'

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

implementation("com.amplifyframework:aws-auth-plugins-core:2.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amplifyframework : aws-auth-plugins-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amplifyframework" % "aws-auth-plugins-core" % "2.12.0"

Advertisement