Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find com.scwang.smart:refresh-layout-kernel:2.0.3. #1376

Closed
lozn00 opened this issue Aug 19, 2021 · 9 comments
Closed

Could not find com.scwang.smart:refresh-layout-kernel:2.0.3. #1376

lozn00 opened this issue Aug 19, 2021 · 9 comments

Comments

@lozn00
Copy link

lozn00 commented Aug 19, 2021

Could not find com.scwang.smart:refresh-layout-kernel:2.0.3.
Required by:
請問上傳到哪裏呢。

@gkj17
Copy link

gkj17 commented Aug 23, 2021

maven { url 'https://maven.aliyun.com/repository/jcenter' }

@gkj17
Copy link

gkj17 commented Aug 23, 2021

可以在这查找 https://developer.aliyun.com/mvn/search

@gudao20080
Copy link

我也是这问题, 无语了

@gkj17
Copy link

gkj17 commented Aug 27, 2021

我也是这问题, 无语了

啊 我给了方法啦 看上面

@LiangLliu
Copy link

LiangLliu commented Oct 8, 2021

Gradle 7.0以上可以在 settings.gradle中添加 aliyun 的仓库解决

image

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven {
            url 'https://maven.aliyun.com/repository/public/'
        }
    }
}

image

@scwang90
Copy link
Owner

scwang90 commented Dec 3, 2021

现在可以使用
io.github.scwang90:refresh-layout-kernel:2.0.5

@scwang90 scwang90 closed this as completed Dec 3, 2021
@AkashiWen
Copy link

试了,不行

@zdd
Copy link

zdd commented Dec 28, 2021

现在可以使用 io.github.scwang90:refresh-layout-kernel:2.0.5

建议更新一下首页的文档,还是2.0.3呢。

@vinhhoang2402
Copy link

I just added maven { url 'https://maven.aliyun.com/repository/jcenter' } and it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants