Categories |
CategoriesNet CLI User Interface Async Http Client HTTP Clients Netty Networking |
---|---|
GroupId | GroupIdorg.asynchttpclient |
ArtifactId | ArtifactIdasync-http-client-netty4 |
Version | Version2.0.0-alpha10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-netty4/ -->
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-netty4</artifactId>
<version>2.0.0-alpha10</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-netty4/
implementation 'org.asynchttpclient:async-http-client-netty4:2.0.0-alpha10'
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-netty4/
implementation ("org.asynchttpclient:async-http-client-netty4:2.0.0-alpha10")
'org.asynchttpclient:async-http-client-netty4:jar:2.0.0-alpha10'
<dependency org="org.asynchttpclient" name="async-http-client-netty4" rev="2.0.0-alpha10">
<artifact name="async-http-client-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client-netty4', version='2.0.0-alpha10')
)
libraryDependencies += "org.asynchttpclient" % "async-http-client-netty4" % "2.0.0-alpha10"
[org.asynchttpclient/async-http-client-netty4 "2.0.0-alpha10"]