| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.github.nhenneaux.resilienthttpclient |
| Идентификатор | Идентификаторresilient-httpclient |
| Последняя версия | Последняя версия0.6.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеResilient Java HTTP client based on java.net.http.HttpClient
Java HTTP client with pooling and auto refresh of underlying IP addresses.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| resilient-httpclient-0.6.4.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/resilient-httpclient/ -->
<dependency>
<groupId>com.github.nhenneaux.resilienthttpclient</groupId>
<artifactId>resilient-httpclient</artifactId>
<version>0.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/resilient-httpclient/
implementation 'com.github.nhenneaux.resilienthttpclient:resilient-httpclient:0.6.4'
// https://jarcasting.com/artifacts/com.github.nhenneaux.resilienthttpclient/resilient-httpclient/
implementation ("com.github.nhenneaux.resilienthttpclient:resilient-httpclient:0.6.4")
'com.github.nhenneaux.resilienthttpclient:resilient-httpclient:pom:0.6.4'
<dependency org="com.github.nhenneaux.resilienthttpclient" name="resilient-httpclient" rev="0.6.4">
<artifact name="resilient-httpclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhenneaux.resilienthttpclient', module='resilient-httpclient', version='0.6.4')
)
libraryDependencies += "com.github.nhenneaux.resilienthttpclient" % "resilient-httpclient" % "0.6.4"
[com.github.nhenneaux.resilienthttpclient/resilient-httpclient "0.6.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.awaitility : awaitility | jar | 4.1.1 |
| org.mockito : mockito-junit-jupiter | jar | 4.1.0 |
| org.hamcrest : hamcrest | jar | 2.2 |