MVN

com.microsoft.azure : azure-cosmos

Maven & Gradle

Oct 15, 2021
7 usages
2.1k stars

Microsoft Azure SDK for SQL API of Azure Cosmos DB Service · This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension rx support) for Azure Cosmos DB SQL API

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-cosmos</artifactId>
    <version>3.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-cosmos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.6
  • Latest Beta: 3.6.0-beta.2

All Versions

Choose a version of com.microsoft.azure : azure-cosmos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
azure-cosmos-3.7.6
azure-cosmos-3.7.5
azure-cosmos-3.7.4
azure-cosmos-3.7.3
azure-cosmos-3.7.2
azure-cosmos-3.7.1
azure-cosmos-3.7.0
3.6.x
azure-cosmos-3.6.0
azure-cosmos-3.6.0-beta.2
azure-cosmos-3.6.0-beta.1
3.5.x
azure-cosmos-3.5.0
3.4.x
azure-cosmos-3.4.0
3.3.x
azure-cosmos-3.3.3
azure-cosmos-3.3.2
azure-cosmos-3.3.1
azure-cosmos-3.3.0
3.2.x
azure-cosmos-3.2.2
azure-cosmos-3.2.1
azure-cosmos-3.2.0
3.1.x
azure-cosmos-3.1.0
3.0.x
azure-cosmos-3.0.1
azure-cosmos-3.0.0
azure-cosmos-3.0.0-a1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-cosmos</artifactId>
    <version>3.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-cosmos gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-cosmos:3.7.6'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-cosmos gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-cosmos:3.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-cosmos sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-cosmos" % "3.7.6"

Advertisement