MVN

com.facebook.android : facebook-bolts

Maven & Gradle

Aug 16, 2023
6k stars

Facebook-Bolts-Android-SDK · Facebook Android SDK Bolts support library

<dependency>
    <groupId>com.facebook.android</groupId>
    <artifactId>facebook-bolts</artifactId>
    <version>16.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 16.2.0

All Versions

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

Version Vulnerabilities Updated
16.2.x
facebook-bolts-16.2.0
16.1.x
facebook-bolts-16.1.3
facebook-bolts-16.1.2
16.0.x
facebook-bolts-16.0.1
facebook-bolts-16.0.0
15.2.x
facebook-bolts-15.2.0
15.1.x
facebook-bolts-15.1.0
15.0.x
facebook-bolts-15.0.2
facebook-bolts-15.0.1
facebook-bolts-15.0.0
14.1.x
facebook-bolts-14.1.1
facebook-bolts-14.1.0
14.0.x
facebook-bolts-14.0.0
13.2.x
facebook-bolts-13.2.0
13.1.x
facebook-bolts-13.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.facebook.android</groupId>
    <artifactId>facebook-bolts</artifactId>
    <version>16.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.facebook.android:facebook-bolts:16.2.0'

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

implementation("com.facebook.android:facebook-bolts:16.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.facebook.android" % "facebook-bolts" % "16.2.0"

Advertisement