is not current version
Last Version 0.0.4

com.spotify:ssh-agent-tls 0.0.2

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

GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

ssh-agent-tls
Version

Version

0.0.2
Type

Type

jar

Download ssh-agent-tls 0.0.2


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