From 112f4596049dbd120f9a61828bfc159847d03b37 Mon Sep 17 00:00:00 2001 From: Parth Mehrotra Date: Mon, 10 Jul 2017 13:47:53 -0400 Subject: Update readme.md --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'readme.md') 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 com.github.javaparser @@ -36,6 +39,12 @@ The project binaries are available in Maven Central. Just add the following to ``` +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: -- cgit v1.2.3