Skip to content

fwcd/deplocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool that finds Maven dependencies by analyzing Java imports

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages