MVN

com.j256.simplejmx : simplejmx

Maven & Gradle

Mar 05, 2023
15 usages
88 stars

Simple JMX · Simple JMX package for Java that helps publishing of objects using JMX.

<dependency>
    <groupId>com.j256.simplejmx</groupId>
    <artifactId>simplejmx</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.j256.simplejmx : simplejmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.j256.simplejmx : simplejmx to add to Maven or Gradle - All Versions:

  • Version Updated
  • simplejmx-2.2

    Mar 05, 2023
  • simplejmx-2.1

    Feb 27, 2023
  • simplejmx-1.19

    May 12, 2021
  • simplejmx-1.18

    May 12, 2021
  • simplejmx-1.17

    Feb 17, 2019
  • simplejmx-1.16

    Feb 17, 2019
  • simplejmx-1.15

    Mar 27, 2017
  • simplejmx-1.14

    Mar 16, 2017
  • simplejmx-1.13

    Oct 17, 2016
  • simplejmx-1.12

    Sep 02, 2014
  • simplejmx-1.11

    Aug 18, 2014
  • simplejmx-1.10

    Jun 04, 2014
  • simplejmx-1.9

    Apr 05, 2014
  • simplejmx-1.8

    Feb 25, 2014
  • simplejmx-1.7

    Feb 08, 2014
  • simplejmx-1.6

    Feb 04, 2014
  • simplejmx-1.5

    Feb 04, 2014
  • simplejmx-1.4

    Jan 11, 2014
  • simplejmx-1.3

    Jan 10, 2014
  • simplejmx-1.2

    Nov 18, 2013
  • simplejmx-1.1

    Feb 19, 2013
  • simplejmx-1.0

    Aug 21, 2012
  • simplejmx-0.6

    Jun 07, 2012
  • simplejmx-0.5

    Apr 27, 2012

How to add a dependency to Maven

Add the following com.j256.simplejmx : simplejmx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.j256.simplejmx</groupId>
    <artifactId>simplejmx</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.j256.simplejmx : simplejmx gradle dependency to your build.gradle file:

implementation 'com.j256.simplejmx:simplejmx:2.2'

Gradle Kotlin DSL: Add the following com.j256.simplejmx : simplejmx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.j256.simplejmx:simplejmx:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.j256.simplejmx : simplejmx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.j256.simplejmx" % "simplejmx" % "2.2"

Advertisement