is not current version
Last Version 0.2.3

com.github.fracpete:requests4j 0.2.0

HTTP for humans using Java, inspired by the amazing requests Python library.

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

requests4j
Version

Version

0.2.0
Type

Type

jar

Download requests4j 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.fracpete/requests4j/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>requests4j</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/requests4j/
implementation 'com.github.fracpete:requests4j:0.2.0'
// https://jarcasting.com/artifacts/com.github.fracpete/requests4j/
implementation ("com.github.fracpete:requests4j:0.2.0")
'com.github.fracpete:requests4j:jar:0.2.0'
<dependency org="com.github.fracpete" name="requests4j" rev="0.2.0">
  <artifact name="requests4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='requests4j', version='0.2.0')
)
libraryDependencies += "com.github.fracpete" % "requests4j" % "0.2.0"
[com.github.fracpete/requests4j "0.2.0"]