is not current version
Last Version 2.8.3

com.mastfrog:netty-http-test-harness 2.6.7

An asynchronous HTTP client test harness with a fluent interface

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

netty-http-test-harness
Version

Version

2.6.7
Type

Type

jar

Download netty-http-test-harness 2.6.7


<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>netty-http-test-harness</artifactId>
    <version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation 'com.mastfrog:netty-http-test-harness:2.6.7'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-test-harness/
implementation ("com.mastfrog:netty-http-test-harness:2.6.7")
'com.mastfrog:netty-http-test-harness:jar:2.6.7'
<dependency org="com.mastfrog" name="netty-http-test-harness" rev="2.6.7">
  <artifact name="netty-http-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-test-harness', version='2.6.7')
)
libraryDependencies += "com.mastfrog" % "netty-http-test-harness" % "2.6.7"
[com.mastfrog/netty-http-test-harness "2.6.7"]