GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdcrtauth |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
crtauth-0.2.1.pom | |
crtauth-0.2.1.jar | 35 KB |
crtauth-0.2.1-sources.jar | 33 KB |
crtauth-0.2.1-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/crtauth/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>crtauth</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/crtauth/
implementation 'com.spotify:crtauth:0.2.1'
// https://jarcasting.com/artifacts/com.spotify/crtauth/
implementation ("com.spotify:crtauth:0.2.1")
'com.spotify:crtauth:jar:0.2.1'
<dependency org="com.spotify" name="crtauth" rev="0.2.1">
<artifact name="crtauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='crtauth', version='0.2.1')
)
libraryDependencies += "com.spotify" % "crtauth" % "0.2.1"
[com.spotify/crtauth "0.2.1"]