Skip to content

Commit

Permalink
Merge pull request #431 from bradygaster/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bradygaster committed Aug 30, 2014
2 parents 3160f5a + 132e24b commit 7ceabbb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,64 +85,64 @@ within your project you can also have them installed by the Java package manager

```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-compute</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-compute</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-network</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-network</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-sql</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-sql</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-storage</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-storage</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-management-websites</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management-websites</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-media</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-media</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-servicebus</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>0.6.0</version>
</dependency>
```
```xml
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-azure-api-serviceruntime</artifactId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-serviceruntime</artifactId>
<version>0.6.0</version>
</dependency>
```
Expand Down

0 comments on commit 7ceabbb

Please sign in to comment.