is not current version
Last Version 2.8.0

org.apache.sshd:sshd-netty 2.5.1


Categories

Categories

Net Netty Networking
GroupId

GroupId

org.apache.sshd
ArtifactId

ArtifactId

sshd-netty
Version

Version

2.5.1
Type

Type

jar

Download sshd-netty 2.5.1


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