Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ BURLAP builds using Maven and is indexed on Maven Central, so all you need to do
</dependency>
```

Or, if you have a Gradle project, add the following to your build.gradle file in the `dependencies` section:
`compile 'edu.brown.cs.burlap:burlap:3.0.1'`

Alternatively, you can compile and install from the source using Maven. The current master branch may be ahead of the latest release on Maven Central, so if you compile and install from source, make sure your external project's POM dependency uses the version you installed.

## Compiling
Expand Down