JZlib.
JZlib is a re-implementation of zlib in pure Java.
Here is the list of declaration for jzlib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.jcraft</groupId> <artifactId>jzlib</artifactId> <version>1.0.7</version> </dependency>
If you think this Maven repository POM file listing for jzlib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD
URL: http://www.jcraft.com/jzlib/LICENSE.txt.
The following table lists the most popular artifacts which are depending on jzlib-1.0.7. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Security | jsch 0.1.41 JSch is a pure Java implementation of SSH2 | 12 |
Library | overthere 2.4.3 Remote file manipulation and process execution framework for Java | 6 |
Security | jsch 0.1.31 JSch is a pure Java implementation of SSH2 | 12 |
Network | sshj 0.8.0 SSHv2 library for Java | 16 |
Security | jsch 0.1.42 JSch is a pure Java implementation of SSH2 | 5 |
Security | jsch 0.1.44 JSch is a pure Java implementation of SSH2 | 18 |
Network | sshj 0.7.0 SSHv2 library for Java | 9 |
Security | jsch 0.1.29 JSch is a pure Java implementation of SSH2 | 6 |
Network | sshj 0.8.1 SSHv2 library for Java | 24 |
Security | jsch 0.1.44-1 JSch is a pure Java implementation of SSH2 | 6 |
Security | jsch 0.1.51 JSch is a pure Java implementation of SSH2 | 6 |
Network | sshj 0.5.0 SSHv2 library for Java | 20 |
Network | sshj 0.6.1 SSHv2 library for Java | 24 |
Security | jsch 0.1.46 JSch is a pure Java implementation of SSH2 | 5 |
Security | jsch 0.1.50 JSch is a pure Java implementation of SSH2 | 16 |
The following packages are defined in the jzlib-1.0.7.jar
com.jcraft.jzlib
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.jcraft</groupId> <artifactId>jzlib</artifactId> <version>1.0.7</version> <name>JZlib</name> <description>JZlib is a re-implementation of zlib in pure Java</description> <url>http://www.jcraft.com/jzlib/</url> <organization> <name>jcraft</name> <url>http://www.jcraft.com/jsch</url> </organization> <licenses> <license> <name>BSD</name> <url>http://www.jcraft.com/jzlib/LICENSE.txt</url> </license> </licenses> <distributionManagement> <status>deployed</status> </distributionManagement> </project>