MVN

com.microsoft.azure : azure-documentdb-rx

Maven & Gradle

Aug 26, 2017
6 usages
47 stars

azure-documentdb-rx · Java Reactive Extension (Rx) for Microsoft Azure DocumentDB SDK

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-documentdb-rx</artifactId>
    <version>0.9.0-rc2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.0-rc2
  • Latest Release Candidate: 0.9.0-rc2

All Versions

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

Version Vulnerabilities Updated
0.9.x
azure-documentdb-rx-0.9.0-rc2
azure-documentdb-rx-0.9.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-documentdb-rx</artifactId>
    <version>0.9.0-rc2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.azure:azure-documentdb-rx:0.9.0-rc2'

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

implementation("com.microsoft.azure:azure-documentdb-rx:0.9.0-rc2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure" % "azure-documentdb-rx" % "0.9.0-rc2"

Advertisement