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