I'am looking for a way to search and find some packages (OSGi bundle) from maven central repository, then to download them programmatically (java) or just get the link of them.
Is their any way or library to achieve this ? Thanks
I'am looking for a way to search and find some packages (OSGi bundle) from maven central repository, then to download them programmatically (java) or just get the link of them.
Is their any way or library to achieve this ? Thanks
You can check the Aether project which does exactly what you need. You can check the AetherStubDownloader from Spring-Cloud-Contract to see the sample usage.
Update: As you can see in the comment this project has moved to https://maven.apache.org/resolver/