MVN

com.azure : azure-core-http-netty

Maven & Gradle

Mar 03, 2023
127 usages

Microsoft Azure Netty HTTP Client Library · This package contains the Netty HTTP client plugin for azure-core.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-http-netty</artifactId>
    <version>1.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-core-http-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.1
  • Latest Beta: 1.4.0-beta.1

All Versions

Choose a version of com.azure : azure-core-http-netty to add to Maven or Gradle - All Versions:

  • Version Updated
  • azure-core-http-netty-1.13.1

    Mar 03, 2023
  • azure-core-http-netty-1.13.0

    Feb 01, 2023
  • azure-core-http-netty-1.12.8

    Jan 06, 2023
  • azure-core-http-netty-1.12.7

    Nov 04, 2022
  • azure-core-http-netty-1.12.6

    Oct 07, 2022
  • azure-core-http-netty-1.12.5

    Sep 02, 2022
  • azure-core-http-netty-1.12.4

    Aug 05, 2022
  • azure-core-http-netty-1.12.3

    Jun 30, 2022
  • azure-core-http-netty-1.12.2

    Jun 04, 2022
  • azure-core-http-netty-1.12.1

    Jun 03, 2022
  • azure-core-http-netty-1.12.0

    May 06, 2022
  • azure-core-http-netty-1.11.9

    Apr 02, 2022
  • azure-core-http-netty-1.11.8

    Mar 05, 2022
  • azure-core-http-netty-1.11.7

    Feb 04, 2022
  • azure-core-http-netty-1.11.6

    Jan 11, 2022
  • azure-core-http-netty-1.11.5

    Jan 06, 2022
  • azure-core-http-netty-1.11.4

    Dec 07, 2021
  • azure-core-http-netty-1.11.3

    Nov 23, 2021
  • azure-core-http-netty-1.11.2

    Nov 05, 2021
  • azure-core-http-netty-1.11.1

    Oct 02, 2021
  • azure-core-http-netty-1.11.0

    Sep 07, 2021
  • azure-core-http-netty-1.10.2

    Aug 06, 2021
  • azure-core-http-netty-1.10.1

    Jul 01, 2021
  • azure-core-http-netty-1.10.0

    Jun 07, 2021
  • azure-core-http-netty-1.9.2

    May 07, 2021
  • azure-core-http-netty-1.9.1

    Apr 02, 2021
  • azure-core-http-netty-1.9.0

    Mar 09, 2021
  • azure-core-http-netty-1.8.0

    Feb 06, 2021
  • azure-core-http-netty-1.7.1

    Jan 11, 2021
  • azure-core-http-netty-1.7.0

    Nov 26, 2020
  • azure-core-http-netty-1.6.3

    Oct 30, 2020
  • azure-core-http-netty-1.6.2

    Oct 02, 2020
  • azure-core-http-netty-1.6.1

    Sep 08, 2020
  • azure-core-http-netty-1.6.0

    Sep 04, 2020
  • azure-core-http-netty-1.5.4

    Aug 08, 2020
  • azure-core-http-netty-1.5.3

    Jul 02, 2020
  • azure-core-http-netty-1.5.2

    Jun 08, 2020
  • azure-core-http-netty-1.5.1

    May 04, 2020
  • azure-core-http-netty-1.5.0

    Apr 03, 2020
  • azure-core-http-netty-1.4.0

    Mar 07, 2020
  • azure-core-http-netty-1.4.0-beta.1

    Feb 12, 2020
  • azure-core-http-netty-1.3.0

    Feb 11, 2020
  • azure-core-http-netty-1.2.0

    Jan 06, 2020
  • azure-core-http-netty-1.1.0

    Nov 26, 2019
  • azure-core-http-netty-1.0.0

    Oct 29, 2019
  • azure-core-http-netty-1.0.0-preview.6

    Oct 11, 2019
  • azure-core-http-netty-1.0.0-preview.5

    Oct 07, 2019
  • azure-core-http-netty-1.0.0-preview.4

    Sep 09, 2019

How to add a dependency to Maven

Add the following com.azure : azure-core-http-netty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-http-netty</artifactId>
    <version>1.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-core-http-netty gradle dependency to your build.gradle file:

implementation 'com.azure:azure-core-http-netty:1.13.1'

Gradle Kotlin DSL: Add the following com.azure : azure-core-http-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-core-http-netty:1.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-core-http-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-core-http-netty" % "1.13.1"