is not current version
Last Version 2.6

com.addc:addc-jmx 2.5

The addc-jmx library supplies a JMX Connector server that can can use a properties file similar to that used in Spring Security and which can also use the Classes from a Spring Security setup to validate the user connecting to the MBean Server.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-jmx
Version

Version

2.5
Type

Type

jar

Download addc-jmx 2.5


<!-- https://jarcasting.com/artifacts/com.addc/addc-jmx/ -->
<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-jmx</artifactId>
    <version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-jmx/
implementation 'com.addc:addc-jmx:2.5'
// https://jarcasting.com/artifacts/com.addc/addc-jmx/
implementation ("com.addc:addc-jmx:2.5")
'com.addc:addc-jmx:jar:2.5'
<dependency org="com.addc" name="addc-jmx" rev="2.5">
  <artifact name="addc-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-jmx', version='2.5')
)
libraryDependencies += "com.addc" % "addc-jmx" % "2.5"
[com.addc/addc-jmx "2.5"]