Skip to content

Commit

Permalink
Merge pull request #6 from Workday/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
ndtaylor committed Jan 12, 2016
2 parents a460680 + a3c9e7e commit 47a2351
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

Metajava is a collection of utilities that make writing annotation processors and code generation easier.

You can use metajava in your project by adding the following lines to you `build.gradle` file.
You can use metajava in your project by adding the following lines to you `build.gradle` file, replacing `$metajava_version` with the latest version number.

```
repositories {
mavenCentral()
}
dependencies {
compile 'com.workday:metajava:1.0'
compile "com.workday:metajava:$metajava_version"
}
```

## Status

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.workday/metajava/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.workday/metajava) [![Build Status](https://travis-ci.org/Workday/metajava.svg?branch=master)](https://travis-ci.org/Workday/metajava)

0 comments on commit 47a2351

Please sign in to comment.