is not current version
Last Version 0.0.4

com.spotify:ssh-agent-tls 0.0.1

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

Type

jar

Download ssh-agent-tls 0.0.1


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