Answers for "ERROR: Failed to resolve: com.github.HaarigerHarald:android-youtubeExtractor:v1.7.0"

0

ERROR: Failed to resolve: com.github.HaarigerHarald:android-youtubeExtractor:v1.7.0

allprojects {
    repositories {
        google()
        jcenter()
        maven { url "https://jitpack.io" } // this is the line that you probably need
    }
}

you probably forgot the maven dependancy
Posted by: Guest on July-15-2020

Code answers related to "ERROR: Failed to resolve: com.github.HaarigerHarald:android-youtubeExtractor:v1.7.0"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language