MVN

com.tencent.matrix : matrix-mallctl

Maven & Gradle

Mar 21, 2023
11.4k stars

Matrix jectl for jemalloc · 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-mallctl</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.0

All Versions

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

Version Vulnerabilities Updated
2.1.x
matrix-mallctl-2.1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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