f

facebook-marketing

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