MVN

fr.avianey : facebook-android-api

Maven & Gradle

Sep 24, 2014
1 usages
83 stars

The Mavenized Facebook Android api available in Maven Central repo.

<dependency>
    <groupId>fr.avianey</groupId>
    <artifactId>facebook-android-api</artifactId>
    <version>3.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.avianey : facebook-android-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.18.0

All Versions

Choose a version of fr.avianey : facebook-android-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.18.x
facebook-android-api-3.18.0
3.17.x
facebook-android-api-3.17.2
facebook-android-api-3.17.1
3.16.x
facebook-android-api-3.16.0
3.15.x
facebook-android-api-3.15.0
3.14.x
facebook-android-api-3.14.1
facebook-android-api-3.14.0
3.8.x
facebook-android-api-3.8.0
3.7.x
facebook-android-api-3.7.0
3.6.x
facebook-android-api-3.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.avianey</groupId>
    <artifactId>facebook-android-api</artifactId>
    <version>3.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.avianey : facebook-android-api gradle dependency to your build.gradle file:

implementation 'fr.avianey:facebook-android-api:3.18.0'

Gradle Kotlin DSL: Add the following fr.avianey : facebook-android-api gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.avianey:facebook-android-api:3.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.avianey : facebook-android-api sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.avianey" % "facebook-android-api" % "3.18.0"