License |
License |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdssh-agent-proxy |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionssh-agent-proxy
A Java library that talks to the local ssh-agent.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ssh-agent-proxy-0.2.1.pom | |
ssh-agent-proxy-0.2.1.jar | 21 KB |
ssh-agent-proxy-0.2.1-sources.jar | 16 KB |
ssh-agent-proxy-0.2.1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>ssh-agent-proxy</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/
implementation 'com.spotify:ssh-agent-proxy:0.2.1'
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-proxy/
implementation ("com.spotify:ssh-agent-proxy:0.2.1")
'com.spotify:ssh-agent-proxy:jar:0.2.1'
<dependency org="com.spotify" name="ssh-agent-proxy" rev="0.2.1">
<artifact name="ssh-agent-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='ssh-agent-proxy', version='0.2.1')
)
libraryDependencies += "com.spotify" % "ssh-agent-proxy" % "0.2.1"
[com.spotify/ssh-agent-proxy "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-unixsocket | jar | 0.38.17 |
commons-codec : commons-codec | jar | 1.10 |
org.slf4j : slf4j-api | jar | 1.7.7 |
com.google.guava : guava | jar | 17.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |