SevenZip
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.tencent.mm</groupId>
<artifactId>SevenZip</artifactId>
<version>1.2.17</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.tencent.mm</groupId>
<artifactId>SevenZip</artifactId>
<version>1.2.17</version>
<packaging>pom</packaging>
<scm>
<url>https://github.com/Tencent/Matrix.git</url>
<tag/>
</scm>
<licenses>
<license>
<name>BSD License</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>Tencent Wechat</id>
<name>Tencent Wechat, Inc.</name>
</developer>
</developers>
<name>Matrix for Android</name>
<url>https://github.com/Tencent/Matrix</url>
<description>Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android.</description>
</project>