is not current version
Last Version 2.8.3

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

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.5.0
Type

Type

jar

Download netty-http-test-harness 2.5.0


<!-- 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"]