c

commons-jelly-tags-jmx

The Jelly JMX Tag Library is a Jelly library for instantiating and configuring Java Beans and MBeans and registering them with a JMX Server in a similar way to the Ant tasks in Jakarta Commons Modeler.
Files download
File Operation
commons-jelly-tags-jmx-20040902.073310.jar download
commons-jelly-tags-jmx-20040902.073310.pom download
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-jmx</artifactId>
  <version>20040902.073310</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-jmx:20040902.073310'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-jmx:20040902.073310")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-jmx" % "20040902.073310"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-jmx', version='20040902.073310')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-jmx" rev="20040902.073310" />
Leiningen
[commons-jelly/commons-jelly-tags-jmx "20040902.073310"]
Apache Buildr
'commons-jelly:commons-jelly-tags-jmx:jar:20040902.073310'