h

hc-jmx

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