MVN

org.rhq.metrics : wildfly-sender

Maven & Gradle

Oct 20, 2014

RHQ Metrics WildFly Sender Subsystem · A WildFly extension that is able to take server metrics and send them to RHQ Metrics.

<dependency>
    <groupId>org.rhq.metrics</groupId>
    <artifactId>wildfly-sender</artifactId>
    <version>0.2.3.20141020-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rhq.metrics : wildfly-sender to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3.20141020-M4

All Versions

Choose a version of org.rhq.metrics : wildfly-sender to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
wildfly-sender-0.2.3.20141020-M4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhq.metrics</groupId>
    <artifactId>wildfly-sender</artifactId>
    <version>0.2.3.20141020-M4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rhq.metrics : wildfly-sender gradle dependency to your build.gradle file:

implementation 'org.rhq.metrics:wildfly-sender:0.2.3.20141020-M4'

Gradle Kotlin DSL: Add the following org.rhq.metrics : wildfly-sender gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rhq.metrics:wildfly-sender:0.2.3.20141020-M4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rhq.metrics : wildfly-sender sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rhq.metrics" % "wildfly-sender" % "0.2.3.20141020-M4"

Advertisement