MVN

com.azure.android : azure-core-http

Maven & Gradle

Nov 09, 2022
4 usages
91 stars

Microsoft Azure Android Core HTTP Library · This package contains core HTTP types for Azure Android clients.

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-core-http</artifactId>
    <version>1.0.0-beta.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-beta.12
  • Latest Beta: 1.0.0-beta.12

All Versions

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

Version Vulnerabilities Updated
1.0.x
azure-core-http-1.0.0-beta.12
azure-core-http-1.0.0-beta.11
azure-core-http-1.0.0-beta.10
azure-core-http-1.0.0-beta.9
azure-core-http-1.0.0-beta.8
azure-core-http-1.0.0-beta.7
azure-core-http-1.0.0-beta.6
azure-core-http-1.0.0-beta.5
azure-core-http-1.0.0-beta.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-core-http</artifactId>
    <version>1.0.0-beta.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.azure.android:azure-core-http:1.0.0-beta.12'

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

implementation("com.azure.android:azure-core-http:1.0.0-beta.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.azure.android" % "azure-core-http" % "1.0.0-beta.12"