java-http
some common http utilities
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.osgl |
| Идентификатор | Идентификаторosgl-http |
| Последняя версия | Последняя версия1.13.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOSGL HTTP
Utilities for HTTP
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| osgl-http-1.13.4.pom | |
| osgl-http-1.13.4.jar | 79 KB |
| osgl-http-1.13.4-sources.jar | 48 KB |
| osgl-http-1.13.4-javadoc.jar | 288 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-http/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-http</artifactId>
<version>1.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-http/
implementation 'org.osgl:osgl-http:1.13.4'
// https://jarcasting.com/artifacts/org.osgl/osgl-http/
implementation ("org.osgl:osgl-http:1.13.4")
'org.osgl:osgl-http:jar:1.13.4'
<dependency org="org.osgl" name="osgl-http" rev="1.13.4">
<artifact name="osgl-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-http', version='1.13.4')
)
libraryDependencies += "org.osgl" % "osgl-http" % "1.13.4"
[org.osgl/osgl-http "1.13.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.osgl : osgl-tool | jar | 1.25.0 |
| org.osgl : osgl-cache | jar | 1.8.1 |
| org.osgl : osgl-logging | jar | 1.5.1 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
some common http utilities