From d9424b8c9af3669422b2c6870e3542127a7660dd Mon Sep 17 00:00:00 2001 From: Jan Risse Date: Thu, 19 Apr 2018 11:48:55 -0400 Subject: [PATCH] Added Gradle linking information --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b1abdc72..eaf6d212 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ BURLAP builds using Maven and is indexed on Maven Central, so all you need to do ``` +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