How to get the path of a Maven dependency?

Posted by Gili on Stack Overflow See other posts from Stack Overflow or by Gili
Published on 2010-06-17T17:32:56Z Indexed on 2010/06/17 17:43 UTC
Read the original article Hit count: 195

Filed under:
|

A POM dependency contains native libraries (DLLs inside a JAR file). How do I programmatically look up the path of the downloaded JAR file so I can pass it into "java.library.path"?

© Stack Overflow or respective owner

Related posts about dependencies

Related posts about maven