License |
License |
---|---|
GroupId | GroupIdorg.xbean |
ArtifactId | ArtifactIdxbean-jmx |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXBean :: JMX
XBean is a plugin based server archtecutre.
|
Project Organization |
Project OrganizationXBean |
Filename | Size |
---|---|
xbean-jmx-2.0.pom | |
xbean-jmx-2.0.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbean/xbean-jmx/ -->
<dependency>
<groupId>org.xbean</groupId>
<artifactId>xbean-jmx</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbean/xbean-jmx/
implementation 'org.xbean:xbean-jmx:2.0'
// https://jarcasting.com/artifacts/org.xbean/xbean-jmx/
implementation ("org.xbean:xbean-jmx:2.0")
'org.xbean:xbean-jmx:jar:2.0'
<dependency org="org.xbean" name="xbean-jmx" rev="2.0">
<artifact name="xbean-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbean', module='xbean-jmx', version='2.0')
)
libraryDependencies += "org.xbean" % "xbean-jmx" % "2.0"
[org.xbean/xbean-jmx "2.0"]
Group / Artifact | Type | Version |
---|---|---|
mx4j : mx4j | jar | 3.0.1 |
commons-logging : commons-logging | jar | 1.0.3 |
org.xbean : xbean-kernel | jar | 2.0 |
org.xbean : xbean-spring | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |