gpt4 book ai didi

maven - 从 Maven 中心动态链接到最新的 'jar-with-dependencies'

转载 作者:行者123 更新时间:2023-12-05 01:10:34 25 4
gpt4 key购买 nike

我正在尝试使用 Maven central API为 Artifact 的最新版本提供动态下载链接。虽然这适用于普通 jar,但我似乎无法将其链接到 Artifact 的“jar-with-dependencies”版本。

使用 com.ning:nagios神器,最新的可以在

http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.ning&a=nagios&v=LATEST

我以为我可以使用 l查询参数(基于链接的 API)来指定 'jar-with-dependencies' 分类器,但链接只下载普通的 jar。

http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.ning&a=nagios&v=LATEST&l=jar-with-dependencies

有没有办法链接到这个版本的 Artifact ?

最佳答案

原来分类器参数是 'c'对于重定向下载服务,不是 'l'在 Solr API 中使用(在该 API 'c' 用于“类名”) - 所以这将起作用:

https://search.maven.org/remote_content?g=com.ning&a=nagios&v=LATEST&c=jar-with-dependencies

(注意, 更新 之后 Sonatype put BASIC auth on the old url - 我们现在在 maven.org 上使用这个新的官方下载网址)

它下载包含依赖项的 1.2MB jar(不是常规 jar) - 当前最新版本是 nagios-0.0.2-jar-with-dependencies.jar .

关于maven - 从 Maven 中心动态链接到最新的 'jar-with-dependencies',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14848501/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com