MVN

com.jcraft : jsch

Maven & Gradle

Nov 26, 2018
1.2k usages

JSch · JSch is a pure Java implementation of SSH2

<dependency>
    <groupId>com.jcraft</groupId>
    <artifactId>jsch</artifactId>
    <version>0.1.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jcraft : jsch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.55

All Versions

Choose a version of com.jcraft : jsch to add to Maven or Gradle - All Versions:

  • Version Updated
  • jsch-0.1.55

    Nov 26, 2018
  • jsch-0.1.54

    Sep 03, 2016
  • jsch-0.1.53

    Jun 05, 2015
  • jsch-0.1.52

    Mar 19, 2015
  • jsch-0.1.51

    Mar 18, 2014
  • jsch-0.1.50

    May 09, 2013
  • jsch-0.1.49

    Oct 11, 2012
  • jsch-0.1.48

    Apr 24, 2012
  • jsch-0.1.47

    Apr 06, 2012
  • jsch-0.1.46

    Feb 02, 2012
  • jsch-0.1.45

    Nov 01, 2011
  • jsch-0.1.43-1

    Feb 18, 2011
  • jsch-0.1.44-1

    Feb 18, 2011
  • jsch-0.1.23

    Feb 15, 2011
  • jsch-0.1.25

    Feb 15, 2011
  • jsch-0.1.29

    Feb 15, 2011
  • jsch-0.1.31

    Feb 15, 2011
  • jsch-0.1.44

    Feb 12, 2011
  • jsch-0.1.43

    Feb 12, 2011
  • jsch-0.1.42

    Aug 06, 2009
  • jsch-0.1.41

    Apr 16, 2009
  • jsch-0.1.38

    May 28, 2008
  • jsch-0.1.27

    Apr 21, 2006
  • jsch-0.1.24

    Jan 05, 2006

How to add a dependency to Maven

Add the following com.jcraft : jsch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jcraft</groupId>
    <artifactId>jsch</artifactId>
    <version>0.1.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jcraft : jsch gradle dependency to your build.gradle file:

implementation 'com.jcraft:jsch:0.1.55'

Gradle Kotlin DSL: Add the following com.jcraft : jsch gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jcraft:jsch:0.1.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jcraft : jsch sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jcraft" % "jsch" % "0.1.55"

Advertisement

Dependencies from Group

Nov 26, 2018
1.2k usages
Oct 04, 2013
371 usages
163 stars
Nov 20, 2014
70 usages
67 stars
Nov 20, 2014
56 usages
67 stars
Nov 20, 2014
47 usages
67 stars

Discover Dependencies

May 11, 2023
3k usages
Jul 15, 2022
45 usages
Mar 11, 2023
1.4k usages
16k stars
Mar 30, 2023
8.7k usages
4.7k stars
Nov 09, 2019
332 usages
1 stars
May 19, 2023
45 usages
473 stars
Mar 29, 2023
2.4k usages
4.8k stars
Jan 06, 2023
2.4k usages
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome