is not current version
Last Version 0.1.1

com.github.emilienkia:ajmx-root 0.1.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.

GroupId

GroupId

com.github.emilienkia
ArtifactId

ArtifactId

ajmx-root
Version

Version

0.1.0
Type

Type

pom

Download ajmx-root 0.1.0

Filename Size
ajmx-root-0.1.0.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.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.emilienkia/ajmx-root/
implementation 'com.github.emilienkia:ajmx-root:0.1.0'
// https://jarcasting.com/artifacts/com.github.emilienkia/ajmx-root/
implementation ("com.github.emilienkia:ajmx-root:0.1.0")
'com.github.emilienkia:ajmx-root:pom:0.1.0'
<dependency org="com.github.emilienkia" name="ajmx-root" rev="0.1.0">
  <artifact name="ajmx-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.emilienkia', module='ajmx-root', version='0.1.0')
)
libraryDependencies += "com.github.emilienkia" % "ajmx-root" % "0.1.0"
[com.github.emilienkia/ajmx-root "0.1.0"]