MVN

javax.management : jmxri

Maven & Gradle

Mar 16, 2006
4 usages

JMX 1.2.1 Reference Implementation

<dependency>
    <groupId>javax.management</groupId>
    <artifactId>jmxri</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.management : jmxri to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of javax.management : jmxri to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jmxri-1.2.1

How to add a dependency to Maven

Add the following javax.management : jmxri maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>javax.management</groupId>
    <artifactId>jmxri</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.management : jmxri gradle dependency to your build.gradle file:

implementation 'javax.management:jmxri:1.2.1'

Gradle Kotlin DSL: Add the following javax.management : jmxri gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.management:jmxri:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.management : jmxri sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.management" % "jmxri" % "1.2.1"

Advertisement

Dependencies from Group

Mar 16, 2006
4 usages
Feb 09, 2006
2 usages
Feb 09, 2006
2 usages
Dec 06, 2005
1 usages

Discover Dependencies

Aug 03, 2011
3 usages
Jan 22, 2014
1 usages
Feb 05, 2012
2 usages
Nov 26, 2012
4 usages
2 stars
Aug 09, 2023
8 usages
1.2k stars
Jul 27, 2023
31 usages
682 stars
Feb 14, 2020
2 usages
3 stars
Sep 07, 2021
4 usages
Apr 08, 2020
4 usages
967 stars