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

Maven repository doesn't work anymore #11

Open
Cryolitia opened this issue Oct 26, 2022 · 0 comments
Open

Maven repository doesn't work anymore #11

Cryolitia opened this issue Oct 26, 2022 · 0 comments

Comments

@Cryolitia
Copy link

Cryolitia commented Oct 26, 2022

Because of the close of JCenter, I could not find the binary to use on the Internet. So I forked it and published it on Github Packages with the highest respect.

Everyone could use it by following steps:

  1. Add following codes in settings.gradle
dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/Cryolitia/BurstLinker")
            credentials {
                username = "Cryolitia"
                password = "9sb2n1ZvKGNMSzXqd0vIxX4nJJuRQHMOc3pf_phg".reverse()
            }
        }
        //other repositories……
    }
}
  1. use implementation("com.bilibili:burstlinker:0.0.13") in dependencies

Then, just enjoy it! ^_^

I honestly appreciate the work that all developers had done, I would be grateful if you could republish it on Github Packages or other maven repository, thanks.

My fork is https://github.com/Cryolitia/BurstLinker

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

1 participant