1.3 KiB
1.3 KiB
title | keywords | author | ms.author | ms.date | ms.topic | ms.prod | ms.technology | ms.devlang | ms.service |
---|---|---|---|---|---|---|---|---|---|
Azure Core Management client library for Java | Azure, java, SDK, API, azure-core-management, core | maggiepint | magpint | 08/08/2020 | article | azure | azure | java | core |
Azure Core Management client library for Java - Version 1.0.0-beta.3
Azure Core Management library is a collection of classes common to the Azure ARM client libraries.
Getting started
Prerequisites
- Java Development Kit (JDK) with version 8 or above
Adding the package to your product
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.0.0-beta.2</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.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request