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.

lavaplayer-natives-extra in new Maven repository

See original GitHub issue

The lavaplayer-natives-extra dependency is not available anymore due to the JCenter/Bintray shutdown. Will it be available again through the new Maven repository or do I now need to support those platforms myself?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:8
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
MrGazdagcommented, Jun 27, 2021

For anyone who wants to use this, as a temporary solution, here are the files for version 1.3.13 lavaplayer-natives-extra-1.3.13.zip Just extract the archive into your local maven repo (com/sedmelluq/lavaplayer-natives-extra/1.3.13/) and you’re good to go.

I’m sorry, I’m new with maven and this type of thing. Could you explain the last step in more detail? I’m not sure where I need to put the archive, and what I would need to change in this other project’s pom, if anything, to work with this change.

You can manually install the contents of the artifact in your local maven repository (if you’re on Windows, then it is in your user directory, under .m2/repository). After that, navigate to the folder com/sedmelluq/lavaplayer-natives-extra/1.3.13/ (and create missing folders), then extract the archive into that folder (so, for example, if your username is Djinnistorm, then you should extract the archive to C:\Users\Djinnistorm\.m2\repository\com\sedmelluq\lavaplayer-natives-extra\1.3.13\). Maven will pick up the artifact from there. You don’t need to change the pom.

1reaction
MrGazdagcommented, May 28, 2021

For anyone who wants to use this, as a temporary solution, here are the files for version 1.3.13 lavaplayer-natives-extra-1.3.13.zip Just extract the archive into your local maven repo (com/sedmelluq/lavaplayer-natives-extra/1.3.13/) and you’re good to go.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Central - Maven Repository
URL, https://repo1.maven.org/maven2/. Storage, 29644.5 GBs. Packages, 10,225,660 indexed packages. Published Packages by Year. 2022. 2,146,206. 2021.
Read more >
Introduction to Repositories - Apache Maven
A repository in Maven holds build artifacts and dependencies of varying types. There are exactly two types of repositories: local and remote:.
Read more >
Maven. Repositories | IntelliJ IDEA Documentation - JetBrains
The table shows the list of Maven repositories, encountered in the current project (including repositories in settings.xml), with their URLs ...
Read more >
Maven Repositories - Sonatype Help
Sonatype offers additional education on Maven repository configuration. ... To proxy a Maven repository, you simply create a new repository using the recipe ......
Read more >
Maven Repository - JFrog - JFrog Documentation
As a Maven repository, Artifactory is both a source for artifacts needed for a ... With the new authentication mechanism, when reaching ...
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