首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到com.github.awslabs:aws-request-signing-apache-interceptor

找不到com.github.awslabs:aws-request-signing-apache-interceptor
EN

Stack Overflow用户
提问于 2021-09-20 08:43:04
回答 1查看 708关注 0票数 0

我使用com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85进行AWS请求签名,就像AWS文档中建议的那样

build.gradle

代码语言:javascript
复制
dependencies {
    compile 'com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85'
}

repositories {
    maven { url 'https://repository.mulesoft.org/nexus/content/repositories/public/' }
      ...
}

该构建在2021年9月15日之前一直运行良好,但现在我得到了下面的例外。

代码语言:javascript
复制
Could not find com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85

当我分析时,我可以看到aws-request-signing-apache-interceptor-deb7941e85.jarmulesoft存储库的位置https://repository.mulesoft.org/nexus/content/repositories/public/com/github/awslabs/中不可用

代码语言:javascript
复制
https://repository.mulesoft.org/nexus/content/repositories/public/com/github/awslabs/aws-request-signing-apache-interceptor/deb7941e85/aws-request-signing-apache-interceptor-deb7941e85.pom
https://repository.mulesoft.org/nexus/content/repositories/public/com/github/awslabs/aws-request-signing-apache-interceptor/deb7941e85/aws-request-signing-apache-interceptor-deb7941e85.jar
EN

回答 1

Stack Overflow用户

发布于 2021-09-22 10:55:06

尝试使用https://jitpack.io

对我起作用了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69251463

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档