aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorParth Mehrotra <parth.mehrotra.cs@gmail.com>2017-07-10 13:47:53 -0400
committerGitHub <noreply@github.com>2017-07-10 13:47:53 -0400
commit112f4596049dbd120f9a61828bfc159847d03b37 (patch)
tree2b7d17d0e314f24f482e499964d5d7f7e364f01a /readme.md
parentab8ba7c4828a508beed4ca700f5497816f597dc0 (diff)
downloadjavaparser-112f4596049dbd120f9a61828bfc159847d03b37.tar.gz
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 9690dcdca..797f5ea38 100644
--- a/readme.md
+++ b/readme.md
@@ -28,6 +28,9 @@ you can use [the Java Symbol Solver project.](https://github.com/javaparser/java
The project binaries are available in Maven Central. Just add the following to your maven configuration or tailor to your own dependency management system.
[Please refer to the Migration Guide when upgrading from 2.5.1](https://github.com/javaparser/javaparser/wiki/Migration-Guide)
+
+For Maven:
+
```xml
<dependency>
<groupId>com.github.javaparser</groupId>
@@ -36,6 +39,12 @@ The project binaries are available in Maven Central. Just add the following to
</dependency>
```
+For Gradle:
+
+```
+compile 'com.github.javaparser:javaparser-core:3.2.10'
+```
+
## How To Compile Sources
If you checked out the project from GitHub you can build the project with maven using: