f

facebook-marketing

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