mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +03:00
Updated Maven (markdown)
25
Maven.md
25
Maven.md
@@ -35,19 +35,24 @@ additional dependencies
|
|||||||
Throw in [[BouncyCastle|http://www.bouncycastle.org/java.html]] to get better crypto.
|
Throw in [[BouncyCastle|http://www.bouncycastle.org/java.html]] to get better crypto.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk15on</artifactId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
||||||
<version>1.49</version>
|
<version>1.50</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.bouncycastle</groupId>
|
||||||
|
<artifactId>bcpkix-jdk15on</artifactId>
|
||||||
|
<version>1.50</version>
|
||||||
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
[[jzlib|http://www.jcraft.com/jzlib]] if you intend to use zlib compression.
|
[[jzlib|http://www.jcraft.com/jzlib]] if you intend to use zlib compression.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jcraft</groupId>
|
<groupId>com.jcraft</groupId>
|
||||||
<artifactId>jzlib</artifactId>
|
<artifactId>jzlib</artifactId>
|
||||||
<version>1.1.2</version>
|
<version>1.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user