MVN

com.robbypond : facebook-android-sdk

Maven & Gradle

Aug 10, 2014
0 stars

Facebook Android Sdk Library · A fork of the Facebook Android Sdk

<dependency>
    <groupId>com.robbypond</groupId>
    <artifactId>facebook-android-sdk</artifactId>
    <version>3.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.robbypond : facebook-android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.17.1

All Versions

Choose a version of com.robbypond : facebook-android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.17.x
facebook-android-sdk-3.17.1
3.16.x
facebook-android-sdk-3.16.0

How to add a dependency to Maven

Add the following com.robbypond : facebook-android-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.robbypond</groupId>
    <artifactId>facebook-android-sdk</artifactId>
    <version>3.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.robbypond : facebook-android-sdk gradle dependency to your build.gradle file:

implementation 'com.robbypond:facebook-android-sdk:3.17.1'

Gradle Kotlin DSL: Add the following com.robbypond : facebook-android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.robbypond:facebook-android-sdk:3.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.robbypond : facebook-android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.robbypond" % "facebook-android-sdk" % "3.17.1"

Advertisement