Categories |
CategoriesNet CLI User Interface Netty Networking |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdnetty-http-client |
Version | Version2.6.12 |
Type | Typejar |
Filename | Size |
---|---|
netty-http-client-2.6.12.pom | |
netty-http-client-2.6.12.jar | 93 KB |
netty-http-client-2.6.12-sources.jar | 53 KB |
netty-http-client-2.6.12-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/netty-http-client/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>netty-http-client</artifactId>
<version>2.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client/
implementation 'com.mastfrog:netty-http-client:2.6.12'
// https://jarcasting.com/artifacts/com.mastfrog/netty-http-client/
implementation ("com.mastfrog:netty-http-client:2.6.12")
'com.mastfrog:netty-http-client:jar:2.6.12'
<dependency org="com.mastfrog" name="netty-http-client" rev="2.6.12">
<artifact name="netty-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='netty-http-client', version='2.6.12')
)
libraryDependencies += "com.mastfrog" % "netty-http-client" % "2.6.12"
[com.mastfrog/netty-http-client "2.6.12"]