Maven Repository - POM file for Zip jzlib 1.0.7 1.0.7

Summary

JZlib.

JZlib is a re-implementation of zlib in pure Java.

Declaration

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.

License

Name:BSD
URL: http://www.jcraft.com/jzlib/LICENSE.txt.

Depended by

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.

CategoryArtifactDepended By Count
Securityjsch 0.1.41
JSch is a pure Java implementation of SSH2
12
Libraryoverthere 2.4.3
Remote file manipulation and process execution framework for Java
6
Securityjsch 0.1.31
JSch is a pure Java implementation of SSH2
12
Networksshj 0.8.0
SSHv2 library for Java
16
Securityjsch 0.1.42
JSch is a pure Java implementation of SSH2
5
Securityjsch 0.1.44
JSch is a pure Java implementation of SSH2
18
Networksshj 0.7.0
SSHv2 library for Java
9
Securityjsch 0.1.29
JSch is a pure Java implementation of SSH2
6
Networksshj 0.8.1
SSHv2 library for Java
24
Securityjsch 0.1.44-1
JSch is a pure Java implementation of SSH2
6
Securityjsch 0.1.51
JSch is a pure Java implementation of SSH2
6
Networksshj 0.5.0
SSHv2 library for Java
20
Networksshj 0.6.1
SSHv2 library for Java
24
Securityjsch 0.1.46
JSch is a pure Java implementation of SSH2
5
Securityjsch 0.1.50
JSch is a pure Java implementation of SSH2
16




Packages

The following packages are defined in the jzlib-1.0.7.jar

com.jcraft.jzlib

POM File Source

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>