MVN

org.jurr.jsch : jsch-111-bugfix

Maven & Gradle

Oct 16, 2018
0 stars

A bugfix for JSCH bug 111 · This artifact fixes JSCH bug 111 by providing an alternative implementation of SignatureDSA.java

<dependency>
    <groupId>org.jurr.jsch</groupId>
    <artifactId>jsch-111-bugfix</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jurr.jsch : jsch-111-bugfix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.jurr.jsch : jsch-111-bugfix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jsch-111-bugfix-2.0.0
1.0.x
jsch-111-bugfix-1.0.0

How to add a dependency to Maven

Add the following org.jurr.jsch : jsch-111-bugfix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jurr.jsch</groupId>
    <artifactId>jsch-111-bugfix</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jurr.jsch : jsch-111-bugfix gradle dependency to your build.gradle file:

implementation 'org.jurr.jsch:jsch-111-bugfix:2.0.0'

Gradle Kotlin DSL: Add the following org.jurr.jsch : jsch-111-bugfix gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jurr.jsch:jsch-111-bugfix:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jurr.jsch : jsch-111-bugfix sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jurr.jsch" % "jsch-111-bugfix" % "2.0.0"