| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторnetty-http-test-harness |
| Версия | Версия2.8.1 |
| Тип | Типjar |
| Описание |
ОписаниеNetty Http Test Harness
An asynchronous HTTP client test harness with a fluent interface
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикMastfrog Technologies |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| netty-http-test-harness-2.8.1.pom | |
| netty-http-test-harness-2.8.1.jar | 28 KB |
| netty-http-test-harness-2.8.1-sources.jar | 12 KB |
| netty-http-test-harness-2.8.1-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-test-harness</artifactId>
<version>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation 'com.mastfrog:netty-http-test-harness:2.8.1'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation ("com.mastfrog:netty-http-test-harness:2.8.1")
'com.mastfrog:netty-http-test-harness:jar:2.8.1'
<dependency org="com.mastfrog" name="netty-http-test-harness" rev="2.8.1">
<artifact name="netty-http-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-test-harness', version='2.8.1')
)
libraryDependencies += "com.mastfrog" % "netty-http-test-harness" % "2.8.1"
[com.mastfrog/netty-http-test-harness "2.8.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.mastfrog : netty-http-client | jar | 2.8.1 |
| com.mastfrog : giulius | jar | 2.8.1 |
| com.mastfrog : util-net | jar | 2.8.1 |
| com.mastfrog : util-misc | jar | 2.8.1 |
| junit : junit | jar | 4.13.2 |