Извлечение артефактов Maven программно [закрыто]

Я ищу Java API, который можно использовать для извлечения артефактов Maven из удаленного репозитория. Я нашелЗатмение Атера пока что это выглядит сложным для моих нужд, поэтому я ищу что-то более простое.

Что мне нужно это:

I have to specify the location of the remote Maven repository I like to fetch an artifact based on it's groupId + artifactId + version The API have to provide the current remote version of the artifact (think about SNAPSHOT artifacts which are regularly built so they have a generated part in their versions) Return the location of the artifact, a HTTP URL is preferred (i'll fetch it on my own with eg. Apache HTTP Client) Optionally retreive the artifact's which are the dependants of the requested one.

Ответы на вопрос(4)

Ваш ответ на вопрос