is not current version
Last Version 2.8.0

org.apache.sshd:sshd-git 1.1.1


Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

org.apache.sshd
ArtifactId

ArtifactId

sshd-git
Version

Version

1.1.1
Type

Type

jar

Download sshd-git 1.1.1


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