License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdorg.apache.sshd |
ArtifactId | ArtifactIdsshd-git |
Last Version | Last Version2.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Mina SSHD :: Git
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sshd-git-2.8.0.pom | |
sshd-git-2.8.0.jar | 33 KB |
sshd-git-2.8.0-sources.jar | 28 KB |
sshd-git-2.8.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sshd/sshd-git/ -->
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-git</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sshd/sshd-git/
implementation 'org.apache.sshd:sshd-git:2.8.0'
// https://jarcasting.com/artifacts/org.apache.sshd/sshd-git/
implementation ("org.apache.sshd:sshd-git:2.8.0")
'org.apache.sshd:sshd-git:jar:2.8.0'
<dependency org="org.apache.sshd" name="sshd-git" rev="2.8.0">
<artifact name="sshd-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sshd', module='sshd-git', version='2.8.0')
)
libraryDependencies += "org.apache.sshd" % "sshd-git" % "2.8.0"
[org.apache.sshd/sshd-git "2.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.sshd : sshd-core | jar | 2.8.0 |
org.eclipse.jgit : org.eclipse.jgit | jar | 5.13.0.202109080827-r |
org.eclipse.jgit : org.eclipse.jgit.pgm Optional | jar | 5.13.0.202109080827-r |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.sshd : sshd-core | test-jar | 2.8.0 |
org.apache.sshd : sshd-common | test-jar | 2.8.0 |
org.apache.sshd : sshd-sftp | jar | 2.8.0 |
com.jcraft : jsch | jar | 0.1.55 |
org.bouncycastle : bcpg-jdk15on | jar | 1.69 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.69 |
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 |