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.12.8.jar download
azure-core-http-netty-1.12.8.pom download
azure-core-http-netty-1.12.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-http-netty</artifactId>
  <version>1.12.8</version>
</dependency>
Gradle Groovy
implementation 'com.azure:azure-core-http-netty:1.12.8'
Gradle Kotlin
implementation("com.azure:azure-core-http-netty:1.12.8")
Scala SBT
libraryDependencies += "com.azure" % "azure-core-http-netty" % "1.12.8"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='azure-core-http-netty', version='1.12.8')
)
Apache Ivy
<dependency org="com.azure" name="azure-core-http-netty" rev="1.12.8" />
Leiningen
[com.azure/azure-core-http-netty "1.12.8"]
Apache Buildr
'com.azure:azure-core-http-netty:jar:1.12.8'