Download ssh-agent-tls-0.0.2.jar file - Jar s

Jar examples for s:ssh-agent-tls

Description

A library that generates X.509 certificates and signs them with SSH agent. For use in client-side TLS handshakes.

You can download jar file ssh-agent-tls 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ssh-agent-tls-0.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

ssh-agent-tls-0.0.2-javadoc.jar
ssh-agent-tls-0.0.2-sources.jar
ssh-agent-tls-0.0.2.jar
ssh-agent-tls-0.0.2.pom



Related Tutorials