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