| Categories |
CategoriesNet CLI User Interface Netty Networking |
|---|---|
| GroupId | GroupIdorg.xbib |
| ArtifactId | ArtifactIdnetty-http-client |
| Version | Version4.1.44.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| netty-http-client-4.1.44.2.pom | |
| netty-http-client-4.1.44.2.jar | 83 KB |
| netty-http-client-4.1.44.2-sources.jar | 39 KB |
| netty-http-client-4.1.44.2-javadoc.jar | 506 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/netty-http-client/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>netty-http-client</artifactId>
<version>4.1.44.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/netty-http-client/
implementation 'org.xbib:netty-http-client:4.1.44.2'
// https://jarcasting.com/artifacts/org.xbib/netty-http-client/
implementation ("org.xbib:netty-http-client:4.1.44.2")
'org.xbib:netty-http-client:jar:4.1.44.2'
<dependency org="org.xbib" name="netty-http-client" rev="4.1.44.2">
<artifact name="netty-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='netty-http-client', version='4.1.44.2')
)
libraryDependencies += "org.xbib" % "netty-http-client" % "4.1.44.2"
[org.xbib/netty-http-client "4.1.44.2"]