| Категории |
КатегорииCLI Взаимодействие с пользователем druid Данные Базы данных |
|---|---|
| Группа | Группаcom.n3twork.druid |
| Идентификатор | Идентификаторhttp-client |
| Последняя версия | Последняя версия0.9.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhttp-client
An HTTP client using Netty
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| http-client-0.9.4.pom | |
| http-client-0.9.4.jar | 47 KB |
| http-client-0.9.4-tests.jar | 15 KB |
| http-client-0.9.4-sources.jar | 25 KB |
| http-client-0.9.4-javadoc.jar | 173 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.n3twork.druid/http-client/ -->
<dependency>
<groupId>com.n3twork.druid</groupId>
<artifactId>http-client</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.n3twork.druid/http-client/
implementation 'com.n3twork.druid:http-client:0.9.4'
// https://jarcasting.com/artifacts/com.n3twork.druid/http-client/
implementation ("com.n3twork.druid:http-client:0.9.4")
'com.n3twork.druid:http-client:jar:0.9.4'
<dependency org="com.n3twork.druid" name="http-client" rev="0.9.4">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.n3twork.druid', module='http-client', version='0.9.4')
)
libraryDependencies += "com.n3twork.druid" % "http-client" % "0.9.4"
[com.n3twork.druid/http-client "0.9.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.n3twork.druid : java-util | jar | 0.25.1 |
| io.netty : netty | jar | 3.9.0.Final |
| com.google.guava : guava | jar | 14.0.1 |
| log4j : log4j | jar | 1.2.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.easymock : easymock | jar | 3.0 |