An open API service indexing awesome lists of open source software.

https://github.com/keep94/mvn_dependency_tree


https://github.com/keep94/mvn_dependency_tree

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

mvn_dependency_tree
===================

This program reads the output of mvn dependency:tree and creates a CSV file
containing all the Wavefront direct dependencies.

Sample usage:

```sh
$ mvn dependency:tree | ~/go/bin/mvn_dependency_tree > direct_dependencies.csv
```