Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ or Gradle:

compile group: 'com.microsoft.azure', name: 'azure', version: '1.0.0-beta2'

or SBT:

// https://mvnrepository.com/artifact/com.microsoft.azure/azure
libraryDependencies += "com.microsoft.azure" % "azure" % "1.0.0-beta2"

**Snapshots builds for this repo**

If you are using snapshots builds for this repo, add the following repository and dependency to your POM file:
Expand Down Expand Up @@ -155,8 +160,12 @@ repositories {
}
```


compile group: 'com.microsoft.azure', name: 'azure', version: '1.0.0-SNAPSHOTS'

or SBT:

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "com.microsoft.azure" % "azure" % "1.0.0-SNAPSHOTS"

#Pre-requisites

Expand Down