f

facebook-bolts

Facebook Android SDK Bolts support library
https://github.com/facebook/facebook-android-sdk
Facebook Platform License
Facebook
Files download
File Operation
facebook-bolts-16.2.0.pom download
facebook-bolts-16.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.android</groupId>
  <artifactId>facebook-bolts</artifactId>
  <version>16.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.android:facebook-bolts:16.2.0'
Gradle Kotlin
implementation("com.facebook.android:facebook-bolts:16.2.0")
Scala SBT
libraryDependencies += "com.facebook.android" % "facebook-bolts" % "16.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.android', module='facebook-bolts', version='16.2.0')
)
Apache Ivy
<dependency org="com.facebook.android" name="facebook-bolts" rev="16.2.0" />
Leiningen
[com.facebook.android/facebook-bolts "16.2.0"]
Apache Buildr
'com.facebook.android:facebook-bolts:jar:16.2.0'