📜  错误:无法解决:com.github.HaarigerHarald:android-youtubeExtractor:v1.7.0 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:34.455000             🧑  作者: Mango

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

you probably forgot the maven dependancy