gpt4 book ai didi

Java或Spring代码从nexus下载包

转载 作者:行者123 更新时间:2023-11-30 10:12:12 24 4
gpt4 key购买 nike

有没有一种方法可以让我从 Java 或 Spring 连接到我的 Nexus 存储库并下载包。像 Restapi 这样的东西会很棒。

例如如果我提供 groupid、atifact-id 和文件名等,我想编写一个从 nexus 下载工件的函数。

file_name = download_from_nexus(group_id, artifact-id, name-of-file, file-format)

我尝试在谷歌上搜索但找不到任何现成的库或可以使用的解决方案。

这可能吗?

非常感谢!!

最佳答案

您可以使用 API:https://help.sonatype.com/display/NXRM3/REST+and+Integration+API

您可以尝试通过制作正确的 URL 直接访问它:http://{nexus.hostname}/repository/{repository.name}/{groupId}/{artifactId}/{version}/{ artifactId}-{version}.jar(示例:http://nexus.local/repository/maven-public/antlr/antlr/2.7.2/antlr-2.7.2.jar)

关于Java或Spring代码从nexus下载包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51993525/

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