h

hc-jmx

Expose PoolingHttpClientConnectionManager statistics via JMX
https://github.com/goughy000/hc-jmx
MIT License
Jack Gough
Files download
File Operation
hc-jmx-3.1.0.jar download
hc-jmx-3.1.0.pom download
hc-jmx-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.testingsyndicate</groupId>
  <artifactId>hc-jmx</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.testingsyndicate:hc-jmx:3.1.0'
Gradle Kotlin
implementation("com.testingsyndicate:hc-jmx:3.1.0")
Scala SBT
libraryDependencies += "com.testingsyndicate" % "hc-jmx" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.testingsyndicate', module='hc-jmx', version='3.1.0')
)
Apache Ivy
<dependency org="com.testingsyndicate" name="hc-jmx" rev="3.1.0" />
Leiningen
[com.testingsyndicate/hc-jmx "3.1.0"]
Apache Buildr
'com.testingsyndicate:hc-jmx:jar:3.1.0'