| License |
License |
|---|---|
| GroupId | GroupIdcom.github.emilienkia |
| ArtifactId | ArtifactIdajmx-root |
| Version | Version0.1.1 |
| Type | Typepom |
| Description |
DescriptionAnnotated 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 |
| Source Code Management |
Source Code Management |
| 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"]