aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2017-07-10 20:15:15 +0200
committerDanny van Bruggen <hexagonaal@gmail.com>2017-07-10 20:15:15 +0200
commit70116c4c7eeaa97c665d452627f61ed1f14091a5 (patch)
tree252c9adc919a1f4978d3c4d611ca0a16c34ca494 /readme.md
parent45f83189552af5a661c012afb43dc516695217e5 (diff)
parent3e88c494684f2c29de63f69d9dcddc44763e7c76 (diff)
downloadjavaparser-70116c4c7eeaa97c665d452627f61ed1f14091a5.tar.gz
Merge remote-tracking branch 'origin/issue_992_module_redo' into issue_992_module_redo
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 776707e5c..c4dc3de2c 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: