https://github.com/jeantessier/dependency-finder
A suite of tools for analyzing compiled Java code.
https://github.com/jeantessier/dependency-finder
dependency-finder java
Last synced: 4 months ago
JSON representation
A suite of tools for analyzing compiled Java code.
- Host: GitHub
- URL: https://github.com/jeantessier/dependency-finder
- Owner: jeantessier
- License: other
- Created: 2015-10-04T00:47:28.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T21:05:04.000Z (6 months ago)
- Last Synced: 2025-12-31T13:43:20.701Z (6 months ago)
- Topics: dependency-finder, java
- Language: Java
- Homepage: https://jeantessier.github.io/dependency-finder/
- Size: 78.8 MB
- Stars: 48
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Contents
--------
This is the Dependency Finder toolkit. It contains a number of
tools for exploring relationships in (compiled) Java code.
Licensing
---------
This software is licensed under the terms of BSD-like license.
A copy of the licensing terms is in the file `license.txt`. You
can get the original BSD License template at http://opensource.org/.
This product includes software developed by the Apache Software
Foundation (http://www.apache.org/). The terms of the Apache
Software License are reproduced in the `lib/` directory next to
the relevant binary `.jar` files.
Installation and Tools
----------------------
Installation instructions are included in the [User Manual](http://dependencyfinder.jeantessier.com/Manual.html).
A list of the tools and their usage is on the [Tools page](http://dependencyfinder.jeantessier.com/Tools.html).
These documents are also available online at:
> [dependencyfinder.jeantessier.com](http://dependencyfinder.jeantessier.com/)