I'm looking for a Java API which can be used to search for bundles in from a remote repository. I've found Eclipse Ather so far but it looks over complicated for my needs so i'm seeking for something more simple.
What I need is:
I have to specify the location of the remote Maven repository (Maven Central)
I like to fetch/serach an artifact (bundle) based on name + version
Return the location of the artifact, a HTTP URL is preferred (i'll fetch it on my own with eg. Apache HTTP Client)