is not current version
Last Version 2.0.8

com.tencent.matrix:matrix-android-lib 0.6.5

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.

GroupId

GroupId

com.tencent.matrix
ArtifactId

ArtifactId

matrix-android-lib
Version

Version

0.6.5
Type

Type

aar

Download matrix-android-lib 0.6.5


<!-- https://jarcasting.com/artifacts/com.tencent.matrix/matrix-android-lib/ -->
<dependency>
    <groupId>com.tencent.matrix</groupId>
    <artifactId>matrix-android-lib</artifactId>
    <version>0.6.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-android-lib/
implementation 'com.tencent.matrix:matrix-android-lib:0.6.5'
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-android-lib/
implementation ("com.tencent.matrix:matrix-android-lib:0.6.5")
'com.tencent.matrix:matrix-android-lib:aar:0.6.5'
<dependency org="com.tencent.matrix" name="matrix-android-lib" rev="0.6.5">
  <artifact name="matrix-android-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.matrix', module='matrix-android-lib', version='0.6.5')
)
libraryDependencies += "com.tencent.matrix" % "matrix-android-lib" % "0.6.5"
[com.tencent.matrix/matrix-android-lib "0.6.5"]