GroupId | GroupIdcom.facebook.android |
---|---|
ArtifactId | ArtifactIdfacebook-gamingservices |
Version | Version6.5.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.facebook.android/facebook-gamingservices/ -->
<dependency>
<groupId>com.facebook.android</groupId>
<artifactId>facebook-gamingservices</artifactId>
<version>6.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.android/facebook-gamingservices/
implementation 'com.facebook.android:facebook-gamingservices:6.5.0'
// https://jarcasting.com/artifacts/com.facebook.android/facebook-gamingservices/
implementation ("com.facebook.android:facebook-gamingservices:6.5.0")
'com.facebook.android:facebook-gamingservices:aar:6.5.0'
<dependency org="com.facebook.android" name="facebook-gamingservices" rev="6.5.0">
<artifact name="facebook-gamingservices" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.android', module='facebook-gamingservices', version='6.5.0')
)
libraryDependencies += "com.facebook.android" % "facebook-gamingservices" % "6.5.0"
[com.facebook.android/facebook-gamingservices "6.5.0"]