MVN

com.tencent.matrix : matrix-fd

Maven & Gradle

Mar 21, 2023
1 usages
11.3k stars

Matrix FD Reader · 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.

<dependency>
    <groupId>com.tencent.matrix</groupId>
    <artifactId>matrix-fd</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.matrix : matrix-fd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Beta: 2.0.0-beta

All Versions

Choose a version of com.tencent.matrix : matrix-fd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
matrix-fd-2.1.0
2.0.x
matrix-fd-2.0.8
matrix-fd-2.0.5
matrix-fd-2.0.2
matrix-fd-2.0.1
matrix-fd-2.0.0
matrix-fd-2.0.0-beta
1.0.x
matrix-fd-1.0.0

How to add a dependency to Maven

Add the following com.tencent.matrix : matrix-fd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.matrix</groupId>
    <artifactId>matrix-fd</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.matrix : matrix-fd gradle dependency to your build.gradle file:

implementation 'com.tencent.matrix:matrix-fd:2.1.0'

Gradle Kotlin DSL: Add the following com.tencent.matrix : matrix-fd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.matrix:matrix-fd:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.matrix : matrix-fd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.matrix" % "matrix-fd" % "2.1.0"

Advertisement