f

facebook-bolts

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