m

matrix-traffic

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.
https://github.com/Tencent/Matrix
BSD License
Tencent Wechat, Inc.
文件下载
文件名 操作
matrix-traffic-2.1.0.pom 下载
matrix-traffic-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.matrix</groupId>
  <artifactId>matrix-traffic</artifactId>
  <version>2.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.matrix:matrix-traffic:2.1.0'
Gradle Kotlin
implementation("com.tencent.matrix:matrix-traffic:2.1.0")
Scala SBT
libraryDependencies += "com.tencent.matrix" % "matrix-traffic" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.matrix', module='matrix-traffic', version='2.1.0')
)
Apache Ivy
<dependency org="com.tencent.matrix" name="matrix-traffic" rev="2.1.0" />
Leiningen
[com.tencent.matrix/matrix-traffic "2.1.0"]
Apache Buildr
'com.tencent.matrix:matrix-traffic:jar:2.1.0'