Skip to content

Commit

Permalink
Commit for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brihicks-653 committed Sep 14, 2018
1 parent 79253c4 commit f22cc28
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,33 +77,13 @@ For more information on using Java with Azure, see [here](https://azure.microsof

## Download

To get the binaries of this library as distributed by Microsoft, ready for use within your project, you can use Maven.
To get the binaries of this library as distributed by Microsoft, ready for use within your project, you can use Maven. Add the following fragment to you POM's dependencies.

```xml
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-cryptography</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-extensions</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-webkey</artifactId>
<version>1.1</version>
<artifactId>azure-keyvault-complete</artifactId>
<version>1.1.1</version>
</dependency>
```

Expand Down Expand Up @@ -134,6 +114,7 @@ If you would like to become an active contributor to this project please follow

| Version | Comments |
| :-------: | :-------- |
| [1.1](https://github.com/Azure/azure-keyvault-java/tree/1.1) | Version 1.1 release |
| [1.1-beta-1](https://github.com/Azure/azure-keyvault-java/tree/1.1-beta-1) | Version 1.1.0 **beta** release |
| [1.1-alpha-2](https://github.com/Azure/azure-keyvault-java/tree/v1.1-alpha-2) | Version 1.1.0 **alpha** release |
| [1.0.0](https://github.com/Azure/azure-keyvault-java/tree/v1.0.0) | Version 1.0.0 release |
Expand Down

0 comments on commit f22cc28

Please sign in to comment.