s

sshapi-trilead

Trilead SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (minimum required JRE: 1.4.2). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. This library is the provider bridge for SSHAPI.
${scmWebRoot}/${project.artifactId}/
文件下载
文件名 操作
sshapi-trilead-1.1.2.jar 下载
sshapi-trilead-1.1.2.pom 下载
sshapi-trilead-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>sshapi-trilead</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:sshapi-trilead:1.1.2'
Gradle Kotlin
implementation("com.sshtools:sshapi-trilead:1.1.2")
Scala SBT
libraryDependencies += "com.sshtools" % "sshapi-trilead" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='sshapi-trilead', version='1.1.2')
)
Apache Ivy
<dependency org="com.sshtools" name="sshapi-trilead" rev="1.1.2" />
Leiningen
[com.sshtools/sshapi-trilead "1.1.2"]
Apache Buildr
'com.sshtools:sshapi-trilead:jar:1.1.2'