is not current version
Last Version 0.0.4

com.spotify:ssh-agent-tls 0.0.3

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.3
Type

Type

jar

Download ssh-agent-tls 0.0.3


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