License |
License |
---|---|
GroupId | GroupIdcom.tencent.mm |
ArtifactId | ArtifactIdSevenZip |
Version | Version1.2.17 |
Type | Typepom |
Description |
DescriptionMatrix for Android
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
SevenZip-1.2.17.pom | |
SevenZip-1.2.17-sources.jar | 79 KB |
SevenZip-1.2.17-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.mm/SevenZip/ -->
<dependency>
<groupId>com.tencent.mm</groupId>
<artifactId>SevenZip</artifactId>
<version>1.2.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.mm/SevenZip/
implementation 'com.tencent.mm:SevenZip:1.2.17'
// https://jarcasting.com/artifacts/com.tencent.mm/SevenZip/
implementation ("com.tencent.mm:SevenZip:1.2.17")
'com.tencent.mm:SevenZip:pom:1.2.17'
<dependency org="com.tencent.mm" name="SevenZip" rev="1.2.17">
<artifact name="SevenZip" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tencent.mm', module='SevenZip', version='1.2.17')
)
libraryDependencies += "com.tencent.mm" % "SevenZip" % "1.2.17"
[com.tencent.mm/SevenZip "1.2.17"]