| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fracpete |
| ArtifactId | ArtifactIdrequests4j |
| Last Version | Last Version0.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrequests4j
HTTP for humans using Java, inspired by the amazing requests Python library.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| requests4j-0.2.3.pom | |
| requests4j-0.2.3.jar | 48 KB |
| requests4j-0.2.3-sources.jar | 36 KB |
| requests4j-0.2.3-javadoc.jar | 647 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/requests4j/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>requests4j</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/requests4j/
implementation 'com.github.fracpete:requests4j:0.2.3'
// https://jarcasting.com/artifacts/com.github.fracpete/requests4j/
implementation ("com.github.fracpete:requests4j:0.2.3")
'com.github.fracpete:requests4j:jar:0.2.3'
<dependency org="com.github.fracpete" name="requests4j" rev="0.2.3">
<artifact name="requests4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='requests4j', version='0.2.3')
)
libraryDependencies += "com.github.fracpete" % "requests4j" % "0.2.3"
[com.github.fracpete/requests4j "0.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.trove4j : core | jar | 3.1.0 |
| org.apache.tika : tika-core | jar | 1.28.2 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| com.squareup.okhttp3 : okhttp-urlconnection | jar | 4.9.3 |
| com.google.code.gson : gson | jar | 2.8.9 |