MVN

org.weakref : jmxutils

Maven & Gradle

Jan 14, 2023
182 usages

jmxutils · Exporting JMX mbeans made easy

<dependency>
    <groupId>org.weakref</groupId>
    <artifactId>jmxutils</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.weakref : jmxutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of org.weakref : jmxutils to add to Maven or Gradle - All Versions:

  • Version Updated
  • jmxutils-1.22

    Jan 14, 2023
  • jmxutils-1.21

    Apr 09, 2019
  • jmxutils-1.20

    Jan 22, 2019
  • jmxutils-1.19

    Jan 13, 2016
  • jmxutils-1.18

    Jun 19, 2014
  • jmxutils-1.17

    Jun 13, 2014
  • jmxutils-1.16

    Apr 08, 2014
  • jmxutils-1.15

    Apr 01, 2014
  • jmxutils-1.14

    Aug 26, 2013
  • jmxutils-1.13

    Nov 28, 2012
  • jmxutils-1.12

    Feb 02, 2012
  • jmxutils-1.11

    Jan 22, 2012
  • jmxutils-1.10

    Oct 14, 2011
  • jmxutils-1.9

    Aug 01, 2011
  • jmxutils-1.8

    Dec 01, 2010
  • jmxutils-1.7

    Oct 21, 2010
  • jmxutils-1.6

    Oct 06, 2010
  • jmxutils-1.5

    May 14, 2010
  • jmxutils-1.4

    Dec 08, 2009
  • jmxutils-1.3.1

    Dec 02, 2009
  • jmxutils-1.3

    Nov 01, 2009

How to add a dependency to Maven

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

<dependency>
    <groupId>org.weakref</groupId>
    <artifactId>jmxutils</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.weakref : jmxutils gradle dependency to your build.gradle file:

implementation 'org.weakref:jmxutils:1.22'

Gradle Kotlin DSL: Add the following org.weakref : jmxutils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.weakref:jmxutils:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.weakref : jmxutils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.weakref" % "jmxutils" % "1.22"