Download ssh-agent-proxy-0.1.4.jar file - Jar s

Jar examples for s:ssh-agent-proxy

Description

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

You can download jar file ssh-agent-proxy 0.1.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ssh-agent-proxy-0.1.4.jar to your project.

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>ssh-agent-proxy</artifactId>
   <version>0.1.4</version>
</dependency>
compile group: 'com.spotify', name: 'ssh-agent-proxy', version: '0.1.4'
libraryDependencies += "com.spotify" % "ssh-agent-proxy" % "0.1.4"
<dependency org="com.spotify" name="ssh-agent-proxy" rev="0.1.4"/>
@Grapes(@Grab(group='com.spotify', module='ssh-agent-proxy', version='0.1.4'))
'com.spotify:ssh-agent-proxy:jar:0.1.4'

Download

Click the following link to download the jar file.

ssh-agent-proxy-0.1.4-javadoc.jar
ssh-agent-proxy-0.1.4-sources.jar
ssh-agent-proxy-0.1.4.jar
ssh-agent-proxy-0.1.4.pom



Related Tutorials