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