GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdssh-agent-tls |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ssh-agent-tls-0.0.1.pom | |
ssh-agent-tls-0.0.1.jar | 21 KB |
ssh-agent-tls-0.0.1-sources.jar | 18 KB |
ssh-agent-tls-0.0.1-javadoc.jar | 64 KB |
Browse |
<!-- 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"]