is not current version
Last Version 2.8.0

org.apache.sshd:sshd-git 2.5.0


Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

org.apache.sshd
ArtifactId

ArtifactId

sshd-git
Version

Version

2.5.0
Type

Type

jar

Download sshd-git 2.5.0


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