question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

com.xwray:groupie-viewbinding can't be resolved

See original GitHub issue

Describe the bug com.xwray:groupie-viewbinding can’t be resolved. Is the artifact not published to Maven repository?

To Reproduce Add implementation "com.xwray:groupie-viewbinding:2.8.0" to build.gradle and run build.

Expected behavior com.xwray:groupie-viewbinding can be resolved.

Library version 2.8.0

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:16
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

19reactions
yshrsmzcommented, Apr 1, 2020

You can add a bintray repository for now. As it’s a new module, I assume it may take some time before it is synced to jCenter.

repositories {
  maven { url 'https://dl.bintray.com/lisawray/maven' }
}
6reactions
nashcftcommented, Apr 7, 2020

Using JitPack sounds good because we can also resolve #315 without any additional work.

The latest version of all modules are already available in JitPack:

allprojects {
  repositories {
    maven { url "https://jitpack.io" }
  }
}
dependencies {
  implementation "com.github.lisawray.groupie:groupie:2.8.0"
  implementation "com.github.lisawray.groupie:groupie-databinding:2.8.0"
  implementation "com.github.lisawray.groupie:groupie-viewbinding:2.8.0"
  implementation "com.github.lisawray.groupie:groupie-kotlin-android-extensions:2.8.0"
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to resolve: com.xwray:groupie:2.9.0 - Stack Overflow
And when I try to run my program it gives me this error. enter image description here. these are my dependencies in build.gradle...
Read more >
com.xwray » groupie » 2.9.0 - Maven Repository
HomePage, https://github.com/lisawray/groupie. Date, Jan 15, 2021. Files, aar (38 KB) View All. Repositories, JCenter. Ranking, #34088 in MvnRepository (See ...
Read more >
groupieを使ってみた - hamburger
com.xwray:groupie-viewbinding can't be resolved · Issue #333 · lisawray/groupie · GitHub. I am actually transitioning to a new career and ...
Read more >
Genius - Bountysource
doInBackground$6f498465(DiffTask.java:44) at com.xwray.groupie.DiffTask. ... Add a list bigger than screen so footer is not visible.
Read more >
GroupieのVIewHolderを使ってみた - Qiita
GroupieはAndroidのrecycler-viewを楽に使えるようにするライブラリですが, ... ERROR: Failed to resolve: com.xwray:groupie-viewbinding:2.8.0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found