| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fracpete |
| Идентификатор | Идентификаторrequests4j |
| Версия | Версия0.2.3 |
| Тип | Типjar |
| Описание |
Описаниеrequests4j
HTTP for humans using Java, inspired by the amazing requests Python library.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| requests4j-0.2.3.pom | |
| requests4j-0.2.3.jar | 61 KB |
| requests4j-0.2.3-sources.jar | 43 KB |
| requests4j-0.2.3-javadoc.jar | 325 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |