MVN

org.hawkular.agent : hawkular-wildfly-agent-jmx-itest

Maven & Gradle

33 stars

Hawkular Agent: JMX Integration Tests · A module containing JMX integration tests

<dependency>
    <groupId>org.hawkular.agent</groupId>
    <artifactId>hawkular-wildfly-agent-jmx-itest</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hawkular.agent : hawkular-wildfly-agent-jmx-itest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of org.hawkular.agent : hawkular-wildfly-agent-jmx-itest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hawkular-wildfly-agent-jmx-itest-1.0.1.Final
hawkular-wildfly-agent-jmx-itest-1.0.0.Final
hawkular-wildfly-agent-jmx-itest-1.0.0.CR7
hawkular-wildfly-agent-jmx-itest-1.0.0.CR6
hawkular-wildfly-agent-jmx-itest-1.0.0.CR5
hawkular-wildfly-agent-jmx-itest-1.0.0.CR4
hawkular-wildfly-agent-jmx-itest-1.0.0.CR3
hawkular-wildfly-agent-jmx-itest-1.0.0.CR2
hawkular-wildfly-agent-jmx-itest-1.0.0.CR1
0.29.x
hawkular-wildfly-agent-jmx-itest-0.29.4.Final
hawkular-wildfly-agent-jmx-itest-0.29.3.Final
hawkular-wildfly-agent-jmx-itest-0.29.2.Final
hawkular-wildfly-agent-jmx-itest-0.29.1.Final
hawkular-wildfly-agent-jmx-itest-0.29.0.Final
0.28.x
hawkular-wildfly-agent-jmx-itest-0.28.0.Final
0.27.x
hawkular-wildfly-agent-jmx-itest-0.27.0.Final
0.26.x
hawkular-wildfly-agent-jmx-itest-0.26.0.Final
0.25.x
hawkular-wildfly-agent-jmx-itest-0.25.2.Final
hawkular-wildfly-agent-jmx-itest-0.25.1.Final
hawkular-wildfly-agent-jmx-itest-0.25.0.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hawkular.agent</groupId>
    <artifactId>hawkular-wildfly-agent-jmx-itest</artifactId>
    <version>1.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hawkular.agent : hawkular-wildfly-agent-jmx-itest gradle dependency to your build.gradle file:

implementation 'org.hawkular.agent:hawkular-wildfly-agent-jmx-itest:1.0.1.Final'

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

implementation("org.hawkular.agent:hawkular-wildfly-agent-jmx-itest:1.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hawkular.agent : hawkular-wildfly-agent-jmx-itest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hawkular.agent" % "hawkular-wildfly-agent-jmx-itest" % "1.0.1.Final"