Using Maven

Use the parser:

<dependency>
    <groupId>com.github.javaparser</groupId>
    <artifactId>javaparser-core</artifactId>
    <version>3.5.14</version>
</dependency>

Use the symbolsolver:

<dependency>
    <groupId>com.github.javaparser</groupId>
    <artifactId>javaparser-symbol-solver-core</artifactId>
    <version>3.5.14</version>
</dependency>

Using Gradle

Use the parser:

compile 'com.github.javaparser:javaparser-core:3.5.6'

Use the symbolsolver:

compile 'com.github.javaparser:java-symbol-solver-core:0.6.3'

Documentation

Examples of how to use the library can be found on the Manual page of the wiki

I need help

First try the wiki.

Didn't find an answer? Try searching for existing issues

Still nothing? Open an issue or come chat on Gitter

Javadoc

The libraries javadoc can be found here