MVN

org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard

Maven & Gradle

Jan 02, 2018
1 usages

Apache Aries JMX Core via Whiteboards · This bundle contains an implementation of the JMX Core specification which registers the MBeans as services in the service registry. This allows the whiteboard module to be used to register the MBeans.

<dependency>
    <groupId>org.apache.aries.jmx</groupId>
    <artifactId>org.apache.aries.jmx.core.whiteboard</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
org.apache.aries.jmx.core.whiteboard-1.1.6
org.apache.aries.jmx.core.whiteboard-1.1.5
org.apache.aries.jmx.core.whiteboard-1.1.1
org.apache.aries.jmx.core.whiteboard-1.1.0
1.0.x
org.apache.aries.jmx.core.whiteboard-1.0.0

How to add a dependency to Maven

Add the following org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.aries.jmx</groupId>
    <artifactId>org.apache.aries.jmx.core.whiteboard</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard gradle dependency to your build.gradle file:

implementation 'org.apache.aries.jmx:org.apache.aries.jmx.core.whiteboard:1.1.6'

Gradle Kotlin DSL: Add the following org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.aries.jmx:org.apache.aries.jmx.core.whiteboard:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.aries.jmx : org.apache.aries.jmx.core.whiteboard sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.aries.jmx" % "org.apache.aries.jmx.core.whiteboard" % "1.1.6"