azure-docs-sdk-java/docs-ref-services/resourcemanager-cosmos-read...

1.5 KiB

title keywords author ms.author ms.date ms.topic ms.prod ms.technology ms.devlang ms.service
Azure Resource Manager Cosmos client library for Java Azure, java, SDK, API, azure-resourcemanager-cosmos, cosmos maggiepint magpint 10/19/2020 article azure azure java cosmos

Azure Resource Manager Cosmos client library for Java - Version 2.0.0

Azure Resource Manager Cosmos client library for Java

For documentation on how to use this package, please see Azure Management Libraries for Java.

Getting started

Prerequisites

  • Java Development Kit (JDK) with version 8 or above

Adding the package to your product

<dependency>
    <groupId>com.azure.resourcemanager</groupId>
    <artifactId>azure-resourcemanager-cosmos</artifactId>
    <version>2.0.0</version>
</dependency>

Key concepts

Examples

Troubleshooting

Next steps

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request