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