How to programmatically retrieve artifacts' jars from Maven in order to perform search inside them?

341 Views Asked by At

How to programmatically retrieve artifacts' jars from Maven in order to perform search inside them? Any ideas or some useful API?

1

There are 1 best solutions below

0
On

The following answer uses ivy to download source jars so that they can be compiled

Maven compile a source jar dependency

You didn't specify what you were searching for. Sounds like you'll possibly need a custom plug-in if you continue with a Maven solution.