| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdcrtauth-agent-signer |
| Version | Version0.1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/crtauth-agent-signer/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>crtauth-agent-signer</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/crtauth-agent-signer/
implementation 'com.spotify:crtauth-agent-signer:0.1.1'
// https://jarcasting.com/artifacts/com.spotify/crtauth-agent-signer/
implementation ("com.spotify:crtauth-agent-signer:0.1.1")
'com.spotify:crtauth-agent-signer:jar:0.1.1'
<dependency org="com.spotify" name="crtauth-agent-signer" rev="0.1.1">
<artifact name="crtauth-agent-signer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='crtauth-agent-signer', version='0.1.1')
)
libraryDependencies += "com.spotify" % "crtauth-agent-signer" % "0.1.1"
[com.spotify/crtauth-agent-signer "0.1.1"]