shreyashsaitwal / rush-cli

:zap: A new and improved way of building MIT AI2 extensions.
GNU General Public License v3.0
46 stars 24 forks source link

Dependency resolver added. #31

Closed Pradevel closed 2 years ago

Pradevel commented 2 years ago

With this PR you can add dependencies like Gradle. For example..

deps:
    - com.instabug.library:instabug:10.8.1

Supported Repositories

shreyashsaitwal commented 2 years ago

Hi,

Thanks for the PR, I appreciate the efforts put into it. But because there's already a working implementation of Maven artifact/dependency resolution on the dev branch, I (unfortunately 😕) can't merge this PR. I hope you understand.

Again, thanks a lot for working on this.