| License |
License |
|---|---|
| Categories |
CategoriesUtility General Purpose Libraries |
| GroupId | GroupIdorg.lazydog.mbean |
| ArtifactId | ArtifactIdmbean-utility |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMBean Utility
The MBean utility is helper code for registering/unregistering JMX MBeans.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mbean-utility-1.2.pom | |
| mbean-utility-1.2.jar | 8 KB |
| mbean-utility-1.2-sources.jar | 5 KB |
| mbean-utility-1.2-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lazydog.mbean/mbean-utility/ -->
<dependency>
<groupId>org.lazydog.mbean</groupId>
<artifactId>mbean-utility</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.lazydog.mbean/mbean-utility/
implementation 'org.lazydog.mbean:mbean-utility:1.2'
// https://jarcasting.com/artifacts/org.lazydog.mbean/mbean-utility/
implementation ("org.lazydog.mbean:mbean-utility:1.2")
'org.lazydog.mbean:mbean-utility:jar:1.2'
<dependency org="org.lazydog.mbean" name="mbean-utility" rev="1.2">
<artifact name="mbean-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lazydog.mbean', module='mbean-utility', version='1.2')
)
libraryDependencies += "org.lazydog.mbean" % "mbean-utility" % "1.2"
[org.lazydog.mbean/mbean-utility "1.2"]