GroupId | GroupIdcom.auth0.android |
---|---|
ArtifactId | ArtifactIdlock-facebook |
Version | Version1.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
lock-facebook-1.3.2.pom | |
lock-facebook-1.3.2.aar | 23 KB |
lock-facebook-1.3.2-sources.jar | 2 KB |
lock-facebook-1.3.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/lock-facebook/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>lock-facebook</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/lock-facebook/
implementation 'com.auth0.android:lock-facebook:1.3.2'
// https://jarcasting.com/artifacts/com.auth0.android/lock-facebook/
implementation ("com.auth0.android:lock-facebook:1.3.2")
'com.auth0.android:lock-facebook:aar:1.3.2'
<dependency org="com.auth0.android" name="lock-facebook" rev="1.3.2">
<artifact name="lock-facebook" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='lock-facebook', version='1.3.2')
)
libraryDependencies += "com.auth0.android" % "lock-facebook" % "1.3.2"
[com.auth0.android/lock-facebook "1.3.2"]