MVN

com.github.asne.facebook : facebook

Maven & Gradle

Aug 25, 2014
2 usages
887 stars

Facebook SDK · Android Library connecting social networks to your project easily

<dependency>
    <groupId>com.github.asne.facebook</groupId>
    <artifactId>facebook</artifactId>
    <version>3.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.asne.facebook : facebook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.17.2

All Versions

Choose a version of com.github.asne.facebook : facebook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.17.x
facebook-3.17.2
3.15.x
facebook-3.15.0

How to add a dependency to Maven

Add the following com.github.asne.facebook : facebook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.asne.facebook</groupId>
    <artifactId>facebook</artifactId>
    <version>3.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.asne.facebook : facebook gradle dependency to your build.gradle file:

implementation 'com.github.asne.facebook:facebook:3.17.2'

Gradle Kotlin DSL: Add the following com.github.asne.facebook : facebook gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.asne.facebook:facebook:3.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.asne.facebook : facebook sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.asne.facebook" % "facebook" % "3.17.2"

Advertisement