H

HTTPRequest

HTTPRequest is an easy-to-use zero dependency Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more.
https://konloch.com/HTTPRequest/
MIT License
Konloch
Konloch
Files download
File Operation
HTTPRequest-2.2.0.jar download
HTTPRequest-2.2.0.pom download
HTTPRequest-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>HTTPRequest</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.konloch:HTTPRequest:2.2.0'
Gradle Kotlin
implementation("com.konloch:HTTPRequest:2.2.0")
Scala SBT
libraryDependencies += "com.konloch" % "HTTPRequest" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.konloch', module='HTTPRequest', version='2.2.0')
)
Apache Ivy
<dependency org="com.konloch" name="HTTPRequest" rev="2.2.0" />
Leiningen
[com.konloch/HTTPRequest "2.2.0"]
Apache Buildr
'com.konloch:HTTPRequest:jar:2.2.0'
Dependencies
The project has no third-party dependencies