License |
License
Fabric3 License
|
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdfabric3-jmx |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFabric3 JMX Core Module
Support for exposing components as MBeans
|
Project Organization |
Project OrganizationFabric3 Project |
Filename | Size |
---|---|
fabric3-jmx-1.7.pom | |
fabric3-jmx-1.7.jar | 29 KB |
fabric3-jmx-1.7-sources.jar | 23 KB |
fabric3-jmx-1.7-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-jmx/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-jmx</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-jmx/
implementation 'org.codehaus.fabric3:fabric3-jmx:1.7'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-jmx/
implementation ("org.codehaus.fabric3:fabric3-jmx:1.7")
'org.codehaus.fabric3:fabric3-jmx:jar:1.7'
<dependency org="org.codehaus.fabric3" name="fabric3-jmx" rev="1.7">
<artifact name="fabric3-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-jmx', version='1.7')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-jmx" % "1.7"
[org.codehaus.fabric3/fabric3-jmx "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.fabric3 : fabric3-spi | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |