dns_di wrote:
I need to import a lot of libraries, is there a way to specify only folder where libraries located?
As far as we know there is no such feature. However, if the dependencies depend on one another then it would suffice only to add the "head" dependency, like it is in the JForex-SDK project, where it suffices to add DDS2-jClient-JForex in order to import all its dependencies. Here is an example how you add a local dependency:
https://devcenter.heroku.com/articles/local-maven-dependenciesBut before using this approach, have a look if there is no public repository for the dependencies that you use.