aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: