| Категории |
КатегорииСеть CLI Взаимодействие с пользователем Netty Networking |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторnetty-http-client-tests |
| Версия | Версия2.6.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| netty-http-client-tests-2.6.3.pom | |
| netty-http-client-tests-2.6.3.jar | 19 KB |
| netty-http-client-tests-2.6.3-sources.jar | 6 KB |
| netty-http-client-tests-2.6.3-javadoc.jar | 396 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-tests/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-client-tests</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-tests/
implementation 'com.mastfrog:netty-http-client-tests:2.6.3'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-tests/
implementation ("com.mastfrog:netty-http-client-tests:2.6.3")
'com.mastfrog:netty-http-client-tests:jar:2.6.3'
<dependency org="com.mastfrog" name="netty-http-client-tests" rev="2.6.3">
<artifact name="netty-http-client-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-client-tests', version='2.6.3')
)
libraryDependencies += "com.mastfrog" % "netty-http-client-tests" % "2.6.3"
[com.mastfrog/netty-http-client-tests "2.6.3"]