License |
License |
---|---|
GroupId | GroupIdcom.tencent.matrix |
ArtifactId | ArtifactIdmatrix-android-lib |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMatrix Android Library
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 |
---|---|
matrix-android-lib-2.0.8.pom | |
matrix-android-lib-2.0.8-sources.jar | 29 KB |
matrix-android-lib-2.0.8-so-symbols.jar | 261 bytes |
matrix-android-lib-2.0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.matrix/matrix-android-lib/ -->
<dependency>
<groupId>com.tencent.matrix</groupId>
<artifactId>matrix-android-lib</artifactId>
<version>2.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-android-lib/
implementation 'com.tencent.matrix:matrix-android-lib:2.0.8'
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-android-lib/
implementation ("com.tencent.matrix:matrix-android-lib:2.0.8")
'com.tencent.matrix:matrix-android-lib:aar:2.0.8'
<dependency org="com.tencent.matrix" name="matrix-android-lib" rev="2.0.8">
<artifact name="matrix-android-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.matrix', module='matrix-android-lib', version='2.0.8')
)
libraryDependencies += "com.tencent.matrix" % "matrix-android-lib" % "2.0.8"
[com.tencent.matrix/matrix-android-lib "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
androidx.lifecycle » lifecycle-common | jar | 2.3.1 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |