Skip to content

Commit

Permalink
Merge pull request googleapis#17 from garrettjonesgoogle/master
Browse files Browse the repository at this point in the history
README.md: Fixing versions and artifact id
  • Loading branch information
garrettjonesgoogle committed Feb 24, 2016
2 parents 35d2dda + d9a5f9e commit 43df9fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ If you are using Maven, add this to your pom.xml file
```xml
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-java</artifactId>
<version>0.0.0</version>
<artifactId>gax</artifactId>
<version>0.0.1</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.api:gax-java:0.0.0'
compile 'com.google.api:gax:0.0.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.api" % "gax-java" % "0.0.0"
libraryDependencies += "com.google.api" % "gax" % "0.0.1"
```

Java Versions
Expand Down

0 comments on commit 43df9fb

Please sign in to comment.