h

http-connection-pool

http pool
Files download
File Operation
http-connection-pool-1.0.6.jar download
http-connection-pool-1.0.6.pom download
http-connection-pool-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nicklaus4</groupId>
  <artifactId>http-connection-pool</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.nicklaus4:http-connection-pool:1.0.6'
Gradle Kotlin
implementation("com.github.nicklaus4:http-connection-pool:1.0.6")
Scala SBT
libraryDependencies += "com.github.nicklaus4" % "http-connection-pool" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nicklaus4', module='http-connection-pool', version='1.0.6')
)
Apache Ivy
<dependency org="com.github.nicklaus4" name="http-connection-pool" rev="1.0.6" />
Leiningen
[com.github.nicklaus4/http-connection-pool "1.0.6"]
Apache Buildr
'com.github.nicklaus4:http-connection-pool:jar:1.0.6'