MVN

com.github.0604hx : nerve-ssh

Maven & Gradle

May 27, 2016
5 stars

2016年4月25日17:12:24 封装基于SSH的端口转发、文件上传和下载、执行shell等功能 2016年5月13日11:49:57 打包时exclude log4j.properties

<dependency>
    <groupId>com.github.0604hx</groupId>
    <artifactId>nerve-ssh</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.0604hx : nerve-ssh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of com.github.0604hx : nerve-ssh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
nerve-ssh-1.3.2

How to add a dependency to Maven

Add the following com.github.0604hx : nerve-ssh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.0604hx</groupId>
    <artifactId>nerve-ssh</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.0604hx : nerve-ssh gradle dependency to your build.gradle file:

implementation 'com.github.0604hx:nerve-ssh:1.3.2'

Gradle Kotlin DSL: Add the following com.github.0604hx : nerve-ssh gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.0604hx:nerve-ssh:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.0604hx : nerve-ssh sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.0604hx" % "nerve-ssh" % "1.3.2"