Nasven.js – Maven artifacts in JavaScript(github.com)
github.com
Nasven.js – Maven artifacts in JavaScript
https://github.com/nasven/nasven
1 comments
why can't you use maven for downloading maven dependencies?
This solution uses Maven behind the scenes, but the Maven interfacing is governed by JavaScript code
> This solution uses Maven behind the scenes
With a fake POM and shelling out (and uses the go-offline goal, it could be argued that copy-dependencies is probably what you want). The proper way would be to use Aether.
With a fake POM and shelling out (and uses the go-offline goal, it could be argued that copy-dependencies is probably what you want). The proper way would be to use Aether.