Last Version

Annotated JMX adaptor :: Examples 0.2.0

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.ajmx.examples
ArtifactId

ArtifactId

examples
Version

Version

0.2.0
Type

Type

pom
Description

Description

Annotated JMX adaptor :: Examples
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.

Download examples 0.2.0

Filename Size
examples-0.2.0.pom 777 bytes
Browse

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

Dependencies

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

Project Modules

  • ajmx-examples-scr