This small ammonite
script uses Coursier to get the dependencies of some Maven repositories and helps you visualize the resulting tree.
$ amm deptree.sc > deptree.dot
$ dot -Tpng deptree.dot -o deptree.png
This small ammonite
script uses Coursier to get the dependencies of some Maven repositories and helps you visualize the resulting tree.
$ amm deptree.sc > deptree.dot
$ dot -Tpng deptree.dot -o deptree.png