如何通过 API 在 nexus 存储库管理器中搜索依赖项?
How to search for a dependency in nexus repository manager via API?
我已将所有存储库列在联系中。我想要一个 API ,我可以用它来搜索该关系中的特定依赖项。例如,如果我想要 'ojdbc' 依赖项,那么我应该只提供 'ojdbc' 并且 api 应该在 nexus 中搜索,而 returns 我应该提供包含 groupId 等信息的依赖项列表、artifactId 和版本(如果有多个匹配项,则为多个)。
此外,我可以修改相同的查询以使用用户提供的 groupId、artifactId 和版本进行过滤吗?
我开始了解 Nexus 提供的 REST api,它可用于搜索资产甚至获取该资产。
请通过 - https://help.sonatype.com/repomanager3/rest-and-integration-api
正在搜索资产或组件 - https://help.sonatype.com/repomanager3/rest-and-integration-api/search-api
我已将所有存储库列在联系中。我想要一个 API ,我可以用它来搜索该关系中的特定依赖项。例如,如果我想要 'ojdbc' 依赖项,那么我应该只提供 'ojdbc' 并且 api 应该在 nexus 中搜索,而 returns 我应该提供包含 groupId 等信息的依赖项列表、artifactId 和版本(如果有多个匹配项,则为多个)。
此外,我可以修改相同的查询以使用用户提供的 groupId、artifactId 和版本进行过滤吗?
我开始了解 Nexus 提供的 REST api,它可用于搜索资产甚至获取该资产。 请通过 - https://help.sonatype.com/repomanager3/rest-and-integration-api
正在搜索资产或组件 - https://help.sonatype.com/repomanager3/rest-and-integration-api/search-api