I'm trying to use the Maven central API to provide dynamic download links for the latest versions of an artifact. While this works for a normal jar, I cannot seem to get it to link to the 'jar-with-dependencies' version of the artifact.
Using the com.ning:nagios
artifact, the latest can be downloaded at
I had assumed that I could use the l
query param (based on the linked API) to specify the 'jar-with-dependencies' classifier but the link only downloads the normal jar.
Is there any way to link to this version of the artifact?