| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаcom.mastfrog |
| Идентификатор | Идентификаторnetty-http-test-harness |
| Версия | Версия2.6.10 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-test-harness</artifactId>
<version>2.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation 'com.mastfrog:netty-http-test-harness:2.6.10'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation ("com.mastfrog:netty-http-test-harness:2.6.10")
'com.mastfrog:netty-http-test-harness:jar:2.6.10'
<dependency org="com.mastfrog" name="netty-http-test-harness" rev="2.6.10">
<artifact name="netty-http-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-test-harness', version='2.6.10')
)
libraryDependencies += "com.mastfrog" % "netty-http-test-harness" % "2.6.10"
[com.mastfrog/netty-http-test-harness "2.6.10"]