| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторnetty-http-test-harness |
| Версия | Версия2.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| netty-http-test-harness-2.5.0.pom | |
| netty-http-test-harness-2.5.0.jar | 29 KB |
| netty-http-test-harness-2.5.0-sources.jar | 12 KB |
| netty-http-test-harness-2.5.0-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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation 'com.mastfrog:netty-http-test-harness:2.5.0'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation ("com.mastfrog:netty-http-test-harness:2.5.0")
'com.mastfrog:netty-http-test-harness:jar:2.5.0'
<dependency org="com.mastfrog" name="netty-http-test-harness" rev="2.5.0">
<artifact name="netty-http-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-test-harness', version='2.5.0')
)
libraryDependencies += "com.mastfrog" % "netty-http-test-harness" % "2.5.0"
[com.mastfrog/netty-http-test-harness "2.5.0"]