Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed May 17, 2023
2 parents c3c3a33 + cc4769d commit e03041d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ The last release of the **JSch** library from the original [SourceForge project]

| Maven |
|:---|
| <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.github.mwiede&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;jsch&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;0.2.4&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |
| <pre>&lt;dependency&gt;<br/>&nbsp;&nbsp;&lt;groupId&gt;com.github.mwiede&lt;/groupId&gt;<br/>&nbsp;&nbsp;&lt;artifactId&gt;jsch&lt;/artifactId&gt;<br/>&nbsp;&nbsp;&lt;version&gt;0.2.8&lt;/version&gt;<br/>&lt;/dependency&gt;</pre> |

| Gradle |
|:---|
| <pre>dependencies {<br/>&nbsp;&nbsp;compile 'com.github.mwiede:jsch:0.2.4'<br/>}</pre> |
| <pre>dependencies {<br/>&nbsp;&nbsp;compile 'com.github.mwiede:jsch:0.2.8'<br/>}</pre> |

This new incarnation of the **JSch** project is a drop-in replacement for artifacts published from the original project. However, support for older or deprecated algorithms is disabled by default. Information on compatibility and configuration can be found on the project's [README](https://github.com/mwiede/jsch/blob/master/Readme.md#fork-of-jsch-0155) page.

Expand Down

0 comments on commit e03041d

Please sign in to comment.