is not current version
Last Version 2.3.2

org.ow2.jasmine:mbeancmd 2.3.1

MBeanCmd is a command-line tool written in Java for interacting with MBeans on any J2EE server.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.jasmine
ArtifactId

ArtifactId

mbeancmd
Version

Version

2.3.1
Type

Type

pom

Download mbeancmd 2.3.1

Filename Size
mbeancmd-2.3.1.pom 3 KB
Browse

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