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