GeyserMC/MCProtocolLib

Gradle could not find dependencies

sheng-ri opened this issue · 1 comments

Info

I try with MCProtocolLib 1.19-1

 repositories {
      maven { url 'https://repo.opencollab.dev/maven-releases/' }
      mavenCentral()
  }
dependencies {
    implementation 'com.github.steveice10:mcprotocollib:(version here)'
}

Problem

IDE shows

Could not find com.github.GeyserMC:opennbt:1.4.
Could not find com.github.GeyserMC:mcauthlib:6f3d6aada5.
Could not find com.github.GeyserMC:opennbt:1.4.
Could not find com.github.GeyserMC:mcauthlib:6f3d6aada5.

My solution

repositories {
    maven { url 'https://jitpack.io' }
    maven { url 'https://repo.opencollab.dev/maven-releases/' }
    mavenCentral()
}