Last Version

Annotated JMX Adaptor :: Base repository 0.1.1

AJMX is a library providing an adaptor to allow publishing simply annotated POJO as JMX monitored beans without having to implement any MBean interface nor deal with Dynamic, Model or Open MBean complexity.

License

License

GroupId

GroupId

com.github.emilienkia
ArtifactId

ArtifactId

ajmx-root
Version

Version

0.1.1
Type

Type

pom
Description

Description

Annotated JMX Adaptor :: Base repository
AJMX is a library providing an adaptor to allow publishing simply annotated POJO as JMX monitored beans without having to implement any MBean interface nor deal with Dynamic, Model or Open MBean complexity.
Project URL

Project URL

https://github.com/EmilienKia/ajmx
Source Code Management

Source Code Management

https://github.com/emilienkia/ajmx

Download ajmx-root 0.1.1

Filename Size
ajmx-root-0.1.1.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ajmx
  • ajmx-osgi
  • ajmx-it