Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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