f

facebook-bolts

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