| License |
License |
|---|---|
| GroupId | GroupIdcom.addc |
| ArtifactId | ArtifactIdaddc-jmx |
| Last Version | Last Version2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionaddc-jmx
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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| addc-jmx-2.6.pom | |
| addc-jmx-2.6.jar | 26 KB |
| addc-jmx-2.6-tests.jar | 17 KB |
| addc-jmx-2.6-sources.jar | 18 KB |
| addc-jmx-2.6-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-jmx/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-jmx</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-jmx/
implementation 'com.addc:addc-jmx:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-jmx/
implementation ("com.addc:addc-jmx:2.6")
'com.addc:addc-jmx:jar:2.6'
<dependency org="com.addc" name="addc-jmx" rev="2.6">
<artifact name="addc-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-jmx', version='2.6')
)
libraryDependencies += "com.addc" % "addc-jmx" % "2.6"
[com.addc/addc-jmx "2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.addc : addc-base | jar | 2.6 |
| com.addc : addc-slp | jar | 2.6 |
| com.addc : addc-alerts | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.addc : addc-slp | test-jar | 2.6 |
| org.livetribe.slp : livetribe-slp | jar | 2.2.1 |
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |
| org.powermock : powermock-api-mockito | jar | 1.7.4 |
| org.mockito : mockito-core | jar | 1.10.19 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |