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