58 строки
1.5 KiB
Markdown
58 строки
1.5 KiB
Markdown
---
|
|
title: Azure Resource Manager Cosmos client library for Java
|
|
keywords: Azure, java, SDK, API, azure-resourcemanager-cosmos, cosmos
|
|
author: maggiepint
|
|
ms.author: magpint
|
|
ms.date: 10/19/2020
|
|
ms.topic: article
|
|
ms.prod: azure
|
|
ms.technology: azure
|
|
ms.devlang: java
|
|
ms.service: 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](https://aka.ms/azsdk/java/mgmt).
|
|
|
|
## Getting started
|
|
|
|
### Prerequisites
|
|
|
|
- Java Development Kit (JDK) with version 8 or above
|
|
|
|
### Adding the package to your product
|
|
|
|
[//]: # ({x-version-update-start;com.azure.resourcemanager:azure-resourcemanager-cosmos;current})
|
|
```xml
|
|
<dependency>
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
<artifactId>azure-resourcemanager-cosmos</artifactId>
|
|
<version>2.0.0</version>
|
|
</dependency>
|
|
```
|
|
[//]: # ({x-version-update-end})
|
|
|
|
## 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](http://azure.github.io/guidelines.html).
|
|
|
|
1. Fork it
|
|
1. Create your feature branch (`git checkout -b my-new-feature`)
|
|
1. Commit your changes (`git commit -am 'Add some feature'`)
|
|
1. Push to the branch (`git push origin my-new-feature`)
|
|
1. Create new Pull Request
|
|
|