How can I use this library for my project?
aperture147 opened this issue · 5 comments
I want to use this for my bot, but I can't fetch it from maven server. I also don't want to make a JAR file from this. Can you gimme some help?
What do you mean that you can't fetch it from maven? What did you try, and what error did you get?
Maybe needs to add the Sonatype repo resolver?
The issue I encountered is one of lavaplayer
is not hosted on maven central, and instead hosted on spring-plugins
.
Adding the following resolver to build.sbt
fixed the issue for me:
resolvers += "Spring-plugins" at "http://repo.spring.io/plugins-release/"
lavaplayer can be found on JCenter. Currently it seems that jcenter is specified for the wrong module. I can move it to the lavaplayer module and hope that works. In the meantime just add resolvers += JCenterRepository
to your build file.
Fixed in master. For stuff before 0.11, for the version it's 0.10.0
not 0.10
and you also need the JCenter resolver.