Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkrs/dependencyfinder
A find libraries of maven dependencies.
https://github.com/tkrs/dependencyfinder
Last synced: 12 days ago
JSON representation
A find libraries of maven dependencies.
- Host: GitHub
- URL: https://github.com/tkrs/dependencyfinder
- Owner: tkrs
- Created: 2014-11-23T15:06:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T02:21:48.000Z (over 9 years ago)
- Last Synced: 2023-03-11T08:56:59.579Z (almost 2 years ago)
- Language: Java
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Stories in Ready](https://badge.waffle.io/tkrs/DependencyFinder.png?label=ready&title=Ready)](https://waffle.io/tkrs/DependencyFinder)
DependencyFinder
================## Description
Find a classes from maven dependencies.## Requirement
* Maven
* Java8## Usage
```bash
cd ${MVN_PROJ}
mvn dependency:build-classpath -Dmdep.outputFile=${DependencyFinder.DIR}/classpath.txt
java -cp . com.github.t8keru.DependencyFinder "com.xxx.Klass" "org.xxx.Klass"
```## Install
```bash
sh build.sh
```## Contribution
## Licence
## Author