MVN

com.testingsyndicate : hc-jmx

Maven & Gradle

Mar 28, 2021
4 stars

HC-JMX · Expose PoolingHttpClientConnectionManager statistics via JMX

<dependency>
    <groupId>com.testingsyndicate</groupId>
    <artifactId>hc-jmx</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testingsyndicate : hc-jmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of com.testingsyndicate : hc-jmx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hc-jmx-3.0.3
hc-jmx-3.0.0
2.1.x
hc-jmx-2.1.0
2.0.x
hc-jmx-2.0.0
1.0.x
hc-jmx-1.0.0
0.3
hc-jmx-0.3
0.2
hc-jmx-0.2
0.1
hc-jmx-0.1

How to add a dependency to Maven

Add the following com.testingsyndicate : hc-jmx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.testingsyndicate</groupId>
    <artifactId>hc-jmx</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testingsyndicate : hc-jmx gradle dependency to your build.gradle file:

implementation 'com.testingsyndicate:hc-jmx:3.0.3'

Gradle Kotlin DSL: Add the following com.testingsyndicate : hc-jmx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.testingsyndicate:hc-jmx:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testingsyndicate : hc-jmx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testingsyndicate" % "hc-jmx" % "3.0.3"

Advertisement