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