Skip to content

Commit

Permalink
Adding gradle config + formatting
Browse files Browse the repository at this point in the history
Adding the copy/paste gradle config for the current version -  this prevents users from merely googling 'joda gradle' and helps keep them up to date.
  • Loading branch information
iambmelt committed Jan 25, 2016
1 parent aaaa743 commit 2190b1b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,19 @@ It depends on JDK 1.5 or later.

Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.1|jar)

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.1</version>
</dependency>
**Maven configuration:**
```xml
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.1</version>
</dependency>
```

**Gradle configuration:**
```groovy
compile 'joda-time:joda-time:2.9.1'
```

### Related projects
Related projects at GitHub:
Expand Down

0 comments on commit 2190b1b

Please sign in to comment.