s

sshapi-maverick-16

This version uses the Mavenized 1.6/1.7 branch of Maverick. It will probably eventually become the default Maverick provider implementation, but until such a time it will be a separate module. Using this version we pull the Maverick jars from the SSHTools repository and build directly Maverick is the definitive solution for total SSH compatibility on the Java™ platform. The library is designed to support SSH1 and SSH2 using any version of the Java Development Kit from 1.1 and above, and the API is also now J2ME-ready1 in anticipation of the new breed of interconnected mobile devices Downloads and more information about Maverick may be found at http://www.sshtools.co.uk/en/j2ssh-maverick/. This library is the provider bridge for SSHAPI.
${scmWebRoot}/${project.artifactId}/
文件下载
文件名 操作
sshapi-maverick-16-1.1.2.jar 下载
sshapi-maverick-16-1.1.2.pom 下载
sshapi-maverick-16-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>sshapi-maverick-16</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:sshapi-maverick-16:1.1.2'
Gradle Kotlin
implementation("com.sshtools:sshapi-maverick-16:1.1.2")
Scala SBT
libraryDependencies += "com.sshtools" % "sshapi-maverick-16" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='sshapi-maverick-16', version='1.1.2')
)
Apache Ivy
<dependency org="com.sshtools" name="sshapi-maverick-16" rev="1.1.2" />
Leiningen
[com.sshtools/sshapi-maverick-16 "1.1.2"]
Apache Buildr
'com.sshtools:sshapi-maverick-16:jar:1.1.2'