Tuesday, 13 August 2013

List available artifacts from repo with gradle, ivy or other

List available artifacts from repo with gradle, ivy or other

I'm looking for a way to list all available artifacts programmatically for
given repo url, group and artifact. The repo is maven-based.
I know about maven-metadata.xml but the repo that is in use doesn't
provide classifier details which are crucial for me.
Solution may be based on ivy, gradle or other compatible tools. If anybody
has an idea please let mi know :)
I hope to find a code sample that will allow me to browse repo in an easy
and friendly way.

No comments:

Post a Comment