| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.crabs-hue.commons |
| Идентификатор | Идентификаторcommons-http-client |
| Последняя версия | Последняя версия0.10.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcommons-http-client
Library for HTTP client operations.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-http-client-0.10.0.pom | |
| commons-http-client-0.10.0.jar | 20 KB |
| commons-http-client-0.10.0-sources.jar | 11 KB |
| commons-http-client-0.10.0-javadoc.jar | 105 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-http-client</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/
implementation 'com.github.crabs-hue.commons:commons-http-client:0.10.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-http-client/
implementation ("com.github.crabs-hue.commons:commons-http-client:0.10.0")
'com.github.crabs-hue.commons:commons-http-client:jar:0.10.0'
<dependency org="com.github.crabs-hue.commons" name="commons-http-client" rev="0.10.0">
<artifact name="commons-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-http-client', version='0.10.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-http-client" % "0.10.0"
[com.github.crabs-hue.commons/commons-http-client "0.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.crabs-hue.commons : commons-exceptions | jar | 0.10.0 |
| com.github.crabs-hue.commons : commons-file | jar | 0.10.0 |
| com.github.crabs-hue.commons : commons-retryable | jar | 0.10.0 |
| org.glassfish.jersey.core : jersey-client | jar | 2.27 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 2.27 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.27 |
| org.glassfish.jersey.media : jersey-media-jaxb | jar | 2.27 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.27 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.junit.jupiter : junit-jupiter | jar | 5.5.1 |
| org.junit.vintage : junit-vintage-engine | jar | 5.5.1 |
| org.mockito : mockito-core | jar | 2.21.0 |