Skip to content

Commit

Permalink
Merge pull request JodaOrg#350 from iambmelt/plus-gradle
Browse files Browse the repository at this point in the history
Adding gradle config + formatting
  • Loading branch information
jodastephen committed Jan 26, 2016
2 parents aaaa743 + 2190b1b commit 125389c
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 125389c

Please sign in to comment.