agileway-zip
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.fangjinuo.agileway</groupId> <artifactId>agileway-zip</artifactId> <version>3.1.12</version> </dependency>
<?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/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.github.fangjinuo.agileway</groupId> <artifactId>agileway</artifactId> <version>3.1.12</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>agileway-zip</artifactId> <name>${groupId}:${artifactId}:${version}</name> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.20</version> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> <dependency> <groupId>net.lingala.zip4j</groupId> <artifactId>zip4j</artifactId> <version>2.9.0</version> <optional>true</optional> </dependency> </dependencies> </project>