не последняя версия
Последняя версия 2.8.0

org.apache.sshd:sshd-putty 2.3.0


Группа

Группа

org.apache.sshd
Идентификатор

Идентификатор

sshd-putty
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать sshd-putty 2.3.0


<!-- https://jarcasting.com/artifacts/org.apache.sshd/sshd-putty/ -->
<dependency>
    <groupId>org.apache.sshd</groupId>
    <artifactId>sshd-putty</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sshd/sshd-putty/
implementation 'org.apache.sshd:sshd-putty:2.3.0'
// https://jarcasting.com/artifacts/org.apache.sshd/sshd-putty/
implementation ("org.apache.sshd:sshd-putty:2.3.0")
'org.apache.sshd:sshd-putty:jar:2.3.0'
<dependency org="org.apache.sshd" name="sshd-putty" rev="2.3.0">
  <artifact name="sshd-putty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sshd', module='sshd-putty', version='2.3.0')
)
libraryDependencies += "org.apache.sshd" % "sshd-putty" % "2.3.0"
[org.apache.sshd/sshd-putty "2.3.0"]