MVN

com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication

Maven & Gradle

Oct 16, 2016
0 stars

IBM Bluemix Mobile Services - Client SDK Android Google Authentication · This is the Google OAuth component of the Android SDK for IBM Bluemix Mobile Services.

<dependency>
    <groupId>com.ibm.mobilefirstplatform.clientsdk.android</groupId>
    <artifactId>googleauthentication</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4

All Versions

Choose a version of com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
googleauthentication-2.2.4
googleauthentication-2.2.3
googleauthentication-2.2.2
googleauthentication-2.2.1
googleauthentication-2.2.0
2.1.x
googleauthentication-2.1.0
2.0.x
googleauthentication-2.0.0
1.0.x
googleauthentication-1.0.3
googleauthentication-1.0.2
googleauthentication-1.0.1
googleauthentication-1.0.0

How to add a dependency to Maven

Add the following com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.mobilefirstplatform.clientsdk.android</groupId>
    <artifactId>googleauthentication</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication gradle dependency to your build.gradle file:

implementation 'com.ibm.mobilefirstplatform.clientsdk.android:googleauthentication:2.2.4'

Gradle Kotlin DSL: Add the following com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.mobilefirstplatform.clientsdk.android:googleauthentication:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.mobilefirstplatform.clientsdk.android : googleauthentication sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.mobilefirstplatform.clientsdk.android" % "googleauthentication" % "2.2.4"