Skip to content

Latest commit

 

History

History
executable file
·
34 lines (26 loc) · 719 Bytes

File metadata and controls

executable file
·
34 lines (26 loc) · 719 Bytes

JPAL - Javaparser Aid Library

Jpal is a library for javaparser which provides additional features like cross referencing, qualified types and other useful classes.

Development on GitLab: https://gitlab.com/arturbosch/JPAL Mirror on GitHub: https://github.com/arturbosch/JPAL

Table of contents

  1. Build
  2. Cross Referencing
  3. Helpers
  4. FAQ
  5. Contribute
  6. Who uses JPAL

Bintray

For Gradle use: For Gradle use: For Gradle use: For Gradle use:

repositories {
    maven {
        url  "http://dl.bintray.com/arturbosch/generic" 
    }
}

compile 'io.gitlab.arturbosch.jpal:jpal:1.0.RC1'