a

azure-core-http-netty

This package contains the Netty HTTP client plugin for azure-core.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
Files download
File Operation
azure-core-http-netty-1.13.11.jar download
azure-core-http-netty-1.13.11.pom download
azure-core-http-netty-1.13.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-http-netty</artifactId>
  <version>1.13.11</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-core-http-netty:1.13.11'
Gradle Kotlin
implementation("com.azure:azure-core-http-netty:1.13.11")
Scala SBT
libraryDependencies += "com.azure" % "azure-core-http-netty" % "1.13.11"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-core-http-netty', version='1.13.11')
)
Apache Ivy
<dependency org="com.azure" name="azure-core-http-netty" rev="1.13.11" />
Leiningen
[com.azure/azure-core-http-netty "1.13.11"]
Apache Buildr
'com.azure:azure-core-http-netty:jar:1.13.11'