Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHaeusler authored Mar 20, 2018
1 parent 676ba2d commit b895493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.chronos.chronosphere/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Add the following to the `<dependencies>` section in your `pom.xml`:
<dependency>
<groupId>com.github.martinhaeusler</groupId>
<artifactId>org.chronos.chronosphere</artifactId>
<version>0.7.3</version>
<version>0.9.1</version>
</dependency>
```

## Installing with Gradle
Add the following line to the `dependencies` section in your `build.gradle` file:

```groovy
compile group: 'com.github.martinhaeusler', name: 'org.chronos.chronosphere', version: '0.7.3'
compile group: 'com.github.martinhaeusler', name: 'org.chronos.chronosphere', version: '0.9.1'
```

In case your `build.gradle` file does not already reference the Maven Central Repository, you also have to add the following to your `build.gradle`:
Expand Down

0 comments on commit b895493

Please sign in to comment.