Last Version

simplejmx 0.1

SimpleJmx is a simple, Apache-licensed library which allows you to use simple annotations to make JMX MBeans without any dependencies.

License

License

GroupId

GroupId

com.ecyrd.simplejmx
ArtifactId

ArtifactId

simplejmx
Version

Version

0.1
Type

Type

jar
Description

Description

simplejmx
SimpleJmx is a simple, Apache-licensed library which allows you to use simple annotations to make JMX MBeans without any dependencies.
Project URL

Project URL

https://github.com/jalkanen/simplejmx
Source Code Management

Source Code Management

http://github.com/jalkanen/simplejmx

Download simplejmx 0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.slf4j : slf4j-simple jar 1.6.1

Project Modules

There are no modules declared in this project.