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