| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdssh-agent-proxy |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ssh-agent-proxy-0.1.4.pom | |
| ssh-agent-proxy-0.1.4.jar | 21 KB |
| ssh-agent-proxy-0.1.4-sources.jar | 16 KB |
| ssh-agent-proxy-0.1.4-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>ssh-agent-proxy</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/
implementation 'com.spotify:ssh-agent-proxy:0.1.4'
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/
implementation ("com.spotify:ssh-agent-proxy:0.1.4")
'com.spotify:ssh-agent-proxy:jar:0.1.4'
<dependency org="com.spotify" name="ssh-agent-proxy" rev="0.1.4">
<artifact name="ssh-agent-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='ssh-agent-proxy', version='0.1.4')
)
libraryDependencies += "com.spotify" % "ssh-agent-proxy" % "0.1.4"
[com.spotify/ssh-agent-proxy "0.1.4"]