is not current version
Last Version 0.1.2

com.spotify:crtauth-agent-signer 0.1.0

An implementation of the Signer interface in crtauth-java that connects to the local ssh-agent.

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

crtauth-agent-signer
Version

Version

0.1.0
Type

Type

jar

Download crtauth-agent-signer 0.1.0


<!-- 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"]