MVN

org.wildfly.core : wildfly-system-jmx

Maven & Gradle

Feb 24, 2015
4 usages

WildFly: System JMX Module

<dependency>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-system-jmx</artifactId>
    <version>1.0.0.Alpha19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wildfly.core : wildfly-system-jmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Alpha19
  • Latest Alpha: 1.0.0.Alpha19

All Versions

Choose a version of org.wildfly.core : wildfly-system-jmx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wildfly-system-jmx-1.0.0.Alpha19
wildfly-system-jmx-1.0.0.Alpha18
wildfly-system-jmx-1.0.0.Alpha17
wildfly-system-jmx-1.0.0.Alpha16
wildfly-system-jmx-1.0.0.Alpha15
wildfly-system-jmx-1.0.0.Alpha14
wildfly-system-jmx-1.0.0.Alpha13
wildfly-system-jmx-1.0.0.Alpha12
wildfly-system-jmx-1.0.0.Alpha11
wildfly-system-jmx-1.0.0.Alpha10
wildfly-system-jmx-1.0.0.Alpha9
wildfly-system-jmx-1.0.0.Alpha8
wildfly-system-jmx-1.0.0.Alpha7
wildfly-system-jmx-1.0.0.Alpha6
wildfly-system-jmx-1.0.0.Alpha5
wildfly-system-jmx-1.0.0.Alpha4
wildfly-system-jmx-1.0.0.Alpha3
wildfly-system-jmx-1.0.0.Alpha2
wildfly-system-jmx-1.0.0.Alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-system-jmx</artifactId>
    <version>1.0.0.Alpha19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wildfly.core : wildfly-system-jmx gradle dependency to your build.gradle file:

implementation 'org.wildfly.core:wildfly-system-jmx:1.0.0.Alpha19'

Gradle Kotlin DSL: Add the following org.wildfly.core : wildfly-system-jmx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wildfly.core:wildfly-system-jmx:1.0.0.Alpha19")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wildfly.core : wildfly-system-jmx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wildfly.core" % "wildfly-system-jmx" % "1.0.0.Alpha19"

Advertisement