MVN

commons-jelly : commons-jelly-tags-jmx

Maven & Gradle

Sep 20, 2005

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.

<dependency>
    <groupId>commons-jelly</groupId>
    <artifactId>commons-jelly-tags-jmx</artifactId>
    <version>20040902.073310</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-jelly : commons-jelly-tags-jmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040902.073310

All Versions

Choose a version of commons-jelly : commons-jelly-tags-jmx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040902.073310
commons-jelly-tags-jmx-20040902.073310
20030320.165904
commons-jelly-tags-jmx-20030320.165904
20030320.165705
commons-jelly-tags-jmx-20030320.165705
1.0
commons-jelly-tags-jmx-1.0

How to add a dependency to Maven

Add the following commons-jelly : commons-jelly-tags-jmx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>commons-jelly</groupId>
    <artifactId>commons-jelly-tags-jmx</artifactId>
    <version>20040902.073310</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-jelly : commons-jelly-tags-jmx gradle dependency to your build.gradle file:

implementation 'commons-jelly:commons-jelly-tags-jmx:20040902.073310'

Gradle Kotlin DSL: Add the following commons-jelly : commons-jelly-tags-jmx gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-jelly:commons-jelly-tags-jmx:20040902.073310")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-jelly : commons-jelly-tags-jmx sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-jelly" % "commons-jelly-tags-jmx" % "20040902.073310"