Supporting ZLIB compression

Lee Painter

The Maverick Synergy Java SSH API has a module available to enable ZLIB compression support.

The core API has zero third-party dependencies, and as support for ZLIB requires a third-party library you must include this additional module to support compression.

   <dependency>
      <groupId>com.sshtools</groupId>
       <artifactId>maverick-zip</artifactId>
       <version>3.0.0-SNAPSHOT</version>
   </dependency>

You do not need to do anything other than including the module or jar file in your classpath. When included, the API will automatically configure zlib and zlib@openssh.org algorithms for use.

Please also review our third-party dependencies documentation for more information on the dependencies this module requires. 

What third party dependencies does the Maverick Synergy API have