is not current version
Last Version 0.2.1

com.spotify:ssh-agent-proxy 0.1.5

A Java library that talks to the local ssh-agent.

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

ssh-agent-proxy
Version

Version

0.1.5
Type

Type

jar

Download ssh-agent-proxy 0.1.5


<!-- https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>ssh-agent-proxy</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/
implementation 'com.spotify:ssh-agent-proxy:0.1.5'
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/
implementation ("com.spotify:ssh-agent-proxy:0.1.5")
'com.spotify:ssh-agent-proxy:jar:0.1.5'
<dependency org="com.spotify" name="ssh-agent-proxy" rev="0.1.5">
  <artifact name="ssh-agent-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='ssh-agent-proxy', version='0.1.5')
)
libraryDependencies += "com.spotify" % "ssh-agent-proxy" % "0.1.5"
[com.spotify/ssh-agent-proxy "0.1.5"]