MVN

com.sshtools : sshapi-libssh

Maven & Gradle

Aug 17, 2018
2 usages

SSHAPI libssh · libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>sshapi-libssh</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sshtools : sshapi-libssh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.sshtools : sshapi-libssh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sshapi-libssh-1.1.2
sshapi-libssh-1.1.1

How to add a dependency to Maven

Add the following com.sshtools : sshapi-libssh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>sshapi-libssh</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sshtools : sshapi-libssh gradle dependency to your build.gradle file:

implementation 'com.sshtools:sshapi-libssh:1.1.2'

Gradle Kotlin DSL: Add the following com.sshtools : sshapi-libssh gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sshtools:sshapi-libssh:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sshtools : sshapi-libssh sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sshtools" % "sshapi-libssh" % "1.1.2"

Advertisement

Dependencies from Group

Aug 17, 2018
12 usages
Dec 01, 2022
11 usages
64 stars
Dec 01, 2022
8 usages
64 stars
May 06, 2016
5 usages
Dec 01, 2022
5 usages
64 stars

Discover Dependencies

Sep 28, 2019
2 usages
Sep 28, 2019
2 usages
Sep 28, 2019
2 usages
Aug 16, 2018
2 usages
0 stars
May 09, 2019
2 usages
8 stars
Jan 18, 2020
2 usages
8 stars
May 09, 2019
2 usages
8 stars
Mar 31, 2022
2 usages
38 stars
Apr 04, 2023
2 usages
497 stars
Dec 26, 2019
5 usages
23 stars