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