| License | License | 
|---|---|
| GroupId | GroupIdmx4j | 
| ArtifactId | ArtifactIdmx4j | 
| Last Version | Last Version3.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMX4J MX4J JMX API and implementation | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| mx4j-3.0.2.pom | |
| mx4j-3.0.2.jar | 399 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/mx4j/mx4j/ -->
<dependency>
    <groupId>mx4j</groupId>
    <artifactId>mx4j</artifactId>
    <version>3.0.2</version>
</dependency>// https://jarcasting.com/artifacts/mx4j/mx4j/
implementation 'mx4j:mx4j:3.0.2'// https://jarcasting.com/artifacts/mx4j/mx4j/
implementation ("mx4j:mx4j:3.0.2")'mx4j:mx4j:jar:3.0.2'<dependency org="mx4j" name="mx4j" rev="3.0.2">
  <artifact name="mx4j" type="jar" />
</dependency>@Grapes(
@Grab(group='mx4j', module='mx4j', version='3.0.2')
)libraryDependencies += "mx4j" % "mx4j" % "3.0.2"[mx4j "3.0.2"]