DependencyDownload
DependencyDownload copied to clipboard
Is it possible to provide generator plugin support for maven users
As the title, when I use it with maven project, editing the configuration file always gives me a headache
I don't personally use maven for almost anything so I don't see myself making one, but I'm open to a PR.
The "config" file was never intended to be edited by hand, I'd suggest adding your dependencies in code instead with DependencyManager#addDependency (usage) either by hard coding your dependencies or writing some sort of parser for a more human friendly format