Importing a library to into Intellij Idea platform sdk

210 Views Asked by At

I am developing a plugin using Intellij Idea using platform SDK! I want to import the JavaParser library available at

https://github.com/javaparser/javaparser

so that I can parse java source code. The importing can be done using gradle and maven but I dont know how to use it for the Intellij Idea platform SDK. How can I import the library into my project?

0

There are 0 best solutions below