GroupId | GroupIdcom.spotify.android |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version1.2.4 |
Type | Typeaar |
Filename | Size |
---|---|
auth-1.2.4.pom | |
auth-1.2.4.aar | 35 KB |
auth-1.2.4-sources.jar | 24 KB |
auth-1.2.4-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.android/auth/ -->
<dependency>
<groupId>com.spotify.android</groupId>
<artifactId>auth</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.android/auth/
implementation 'com.spotify.android:auth:1.2.4'
// https://jarcasting.com/artifacts/com.spotify.android/auth/
implementation ("com.spotify.android:auth:1.2.4")
'com.spotify.android:auth:aar:1.2.4'
<dependency org="com.spotify.android" name="auth" rev="1.2.4">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.android', module='auth', version='1.2.4')
)
libraryDependencies += "com.spotify.android" % "auth" % "1.2.4"
[com.spotify.android/auth "1.2.4"]