License |
License |
---|---|
GroupId | GroupIdorg.apache.sshd |
ArtifactId | ArtifactIdapache-sshd |
Last Version | Last Version2.8.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Mina SSHD :: Assembly
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apache-sshd-2.8.0.pom | |
apache-sshd-2.8.0.zip | 5 KB |
apache-sshd-2.8.0-src.zip | 520 KB |
apache-sshd-2.8.0-src.tar.gz | 284 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sshd/apache-sshd/ -->
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>apache-sshd</artifactId>
<version>2.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sshd/apache-sshd/
implementation 'org.apache.sshd:apache-sshd:2.8.0'
// https://jarcasting.com/artifacts/org.apache.sshd/apache-sshd/
implementation ("org.apache.sshd:apache-sshd:2.8.0")
'org.apache.sshd:apache-sshd:pom:2.8.0'
<dependency org="org.apache.sshd" name="apache-sshd" rev="2.8.0">
<artifact name="apache-sshd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sshd', module='apache-sshd', version='2.8.0')
)
libraryDependencies += "org.apache.sshd" % "apache-sshd" % "2.8.0"
[org.apache.sshd/apache-sshd "2.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.sshd : sshd-common | jar | 2.8.0 |
org.apache.sshd : sshd-core | jar | 2.8.0 |
org.apache.sshd : sshd-scp | jar | 2.8.0 |
org.apache.sshd : sshd-sftp | jar | 2.8.0 |
org.apache.sshd : sshd-cli | jar | 2.8.0 |
org.apache.sshd : sshd-mina | jar | 2.8.0 |
org.apache.sshd : sshd-netty | jar | 2.8.0 |
org.apache.sshd : sshd-osgi | jar | 2.8.0 |
org.apache.sshd : sshd-git | jar | 2.8.0 |
org.apache.sshd : sshd-ldap | jar | 2.8.0 |
org.apache.sshd : sshd-contrib | jar | 2.8.0 |
org.apache.sshd : sshd-putty | jar | 2.8.0 |
org.apache.sshd : sshd-openpgp | jar | 2.8.0 |
org.apache.sshd : sshd-spring-sftp | jar | 2.8.0 |
org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
org.bouncycastle : bcpg-jdk15on | jar | 1.69 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
net.i2p.crypto : eddsa | jar | 0.3.0 |
tomcat : tomcat-apr | jar | 5.5.23 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jul-to-slf4j | jar | 1.7.32 |
ch.qos.logback : logback-core | jar | 1.2.6 |
ch.qos.logback : logback-classic | jar | 1.2.6 |
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 4.0.0 |