License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.ow2.jasmine |
ArtifactId | ArtifactIdmbeancmd |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJASMINe :: Monitoring :: MBeanCmd
MBeanCmd is a command-line tool written in Java for interacting with MBeans on any J2EE server.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mbeancmd-2.3.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine/mbeancmd/ -->
<dependency>
<groupId>org.ow2.jasmine</groupId>
<artifactId>mbeancmd</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine/mbeancmd/
implementation 'org.ow2.jasmine:mbeancmd:2.3.2'
// https://jarcasting.com/artifacts/org.ow2.jasmine/mbeancmd/
implementation ("org.ow2.jasmine:mbeancmd:2.3.2")
'org.ow2.jasmine:mbeancmd:pom:2.3.2'
<dependency org="org.ow2.jasmine" name="mbeancmd" rev="2.3.2">
<artifact name="mbeancmd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine', module='mbeancmd', version='2.3.2')
)
libraryDependencies += "org.ow2.jasmine" % "mbeancmd" % "2.3.2"
[org.ow2.jasmine/mbeancmd "2.3.2"]