MVN

org.gridkit.jvmtool : mxdump

Maven & Gradle

Apr 19, 2023
3 usages
3.2k stars

org.gridkit.jvmtool::mxdump · MBean to JSON dump command for Swiss Java Knife (SJK) tool

<dependency>
    <groupId>org.gridkit.jvmtool</groupId>
    <artifactId>mxdump</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gridkit.jvmtool : mxdump to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21

All Versions

Choose a version of org.gridkit.jvmtool : mxdump to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21
mxdump-0.21
0.20
mxdump-0.20
0.19
mxdump-0.19
0.18
mxdump-0.18
0.17
mxdump-0.17
0.16
mxdump-0.16
0.15
mxdump-0.15
0.14.x
mxdump-0.14.1
0.14
mxdump-0.14
0.13
mxdump-0.13
0.12
mxdump-0.12
0.11
mxdump-0.11
0.10.x
mxdump-0.10.1
0.10
mxdump-0.10
0.9.x
mxdump-0.9.3
mxdump-0.9.2
mxdump-0.9.1
0.9
mxdump-0.9
0.8.x
mxdump-0.8.1
0.8
mxdump-0.8
0.7
mxdump-0.7
0.6
mxdump-0.6
0.5.x
mxdump-0.5.1
0.5
mxdump-0.5
0.4.x
mxdump-0.4.4
mxdump-0.4.3
mxdump-0.4.2
mxdump-0.4.1
mxdump-0.4.0
0.3.x
mxdump-0.3.9
mxdump-0.3.8
mxdump-0.3.7
mxdump-0.3.6
mxdump-0.3.5
mxdump-0.3.4
mxdump-0.3.3
mxdump-0.3.2
mxdump-0.3.1
0.3
mxdump-0.3
0.2
mxdump-0.2
0.1.x
mxdump-0.1.2

How to add a dependency to Maven

Add the following org.gridkit.jvmtool : mxdump maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.gridkit.jvmtool</groupId>
    <artifactId>mxdump</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gridkit.jvmtool : mxdump gradle dependency to your build.gradle file:

implementation 'org.gridkit.jvmtool:mxdump:0.21'

Gradle Kotlin DSL: Add the following org.gridkit.jvmtool : mxdump gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gridkit.jvmtool:mxdump:0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gridkit.jvmtool : mxdump sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gridkit.jvmtool" % "mxdump" % "0.21"

Advertisement