Categories |
CategoriesNet CLI User Interface Netty Networking |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdnetty-http-client-tests |
Version | Version2.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-tests/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-client-tests</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-tests/
implementation 'com.mastfrog:netty-http-client-tests:2.5.0'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client-tests/
implementation ("com.mastfrog:netty-http-client-tests:2.5.0")
'com.mastfrog:netty-http-client-tests:jar:2.5.0'
<dependency org="com.mastfrog" name="netty-http-client-tests" rev="2.5.0">
<artifact name="netty-http-client-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-client-tests', version='2.5.0')
)
libraryDependencies += "com.mastfrog" % "netty-http-client-tests" % "2.5.0"
[com.mastfrog/netty-http-client-tests "2.5.0"]