Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fwcd/deplocator

Tool that finds Maven dependencies by analyzing Java imports
https://github.com/fwcd/deplocator

dependency-finder maven

Last synced: about 1 month ago
JSON representation

Tool that finds Maven dependencies by analyzing Java imports

Awesome Lists containing this project

README

        

# Deplocator
A small tool that finds the Maven dependencies for a given set of Java source files by analyzing its import declarations.

## Running
`python3 -m deplocator [project folder] [project package prefix]`

For example, if you have a repository called `myapp` in the parent directory with classes being located under `com.myapp`, you can use:

`python3 -m deplocator ../myapp com.myapp`