| Группа | Группаcom.spotify |
|---|---|
| Идентификатор | Идентификаторssh-agent-tls |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ssh-agent-tls-0.0.2.pom | |
| ssh-agent-tls-0.0.2.jar | 22 KB |
| ssh-agent-tls-0.0.2-sources.jar | 17 KB |
| ssh-agent-tls-0.0.2-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.spotify/ssh-agent-tls/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>ssh-agent-tls</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-tls/
implementation 'com.spotify:ssh-agent-tls:0.0.2'
// https://jarcasting.com/artifacts/com.spotify/ssh-agent-tls/
implementation ("com.spotify:ssh-agent-tls:0.0.2")
'com.spotify:ssh-agent-tls:jar:0.0.2'
<dependency org="com.spotify" name="ssh-agent-tls" rev="0.0.2">
<artifact name="ssh-agent-tls" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='ssh-agent-tls', version='0.0.2')
)
libraryDependencies += "com.spotify" % "ssh-agent-tls" % "0.0.2"
[com.spotify/ssh-agent-tls "0.0.2"]