thin-http-client
A simple adapter for some popular HTTP clients
NOTE: WORK IN PROGRESS!
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаio.github.theangrydev.thinhttpclient |
| Идентификатор | Идентификаторthin-http-client-core |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA simple adapter for some popular HTTP clients
|
| Имя Файла | Размер |
|---|---|
| thin-http-client-core-0.1.0.pom | |
| thin-http-client-core-0.1.0.jar | 4 KB |
| thin-http-client-core-0.1.0-sources.jar | 2 KB |
| thin-http-client-core-0.1.0-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client-core/ -->
<dependency>
<groupId>io.github.theangrydev.thinhttpclient</groupId>
<artifactId>thin-http-client-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client-core/
implementation 'io.github.theangrydev.thinhttpclient:thin-http-client-core:0.1.0'
// https://jarcasting.com/artifacts/io.github.theangrydev.thinhttpclient/thin-http-client-core/
implementation ("io.github.theangrydev.thinhttpclient:thin-http-client-core:0.1.0")
'io.github.theangrydev.thinhttpclient:thin-http-client-core:jar:0.1.0'
<dependency org="io.github.theangrydev.thinhttpclient" name="thin-http-client-core" rev="0.1.0">
<artifact name="thin-http-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev.thinhttpclient', module='thin-http-client-core', version='0.1.0')
)
libraryDependencies += "io.github.theangrydev.thinhttpclient" % "thin-http-client-core" % "0.1.0"
[io.github.theangrydev.thinhttpclient/thin-http-client-core "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.2.3 |
| org.assertj : assertj-core | jar | 3.5.2 |
| com.github.tomakehurst : wiremock | jar | 2.2.1 |
A simple adapter for some popular HTTP clients
NOTE: WORK IN PROGRESS!