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