I want to be able to play ogg encoded files using JavaSound. I assume that the easiest way is to add dependency to Vorbis SPI and play it like a regular wave file. However my project is managed using maven, but vorbis spi is not available on public repositories.
What is the easiest way to add this dependency to my project? Is there maybe some kind of unofficially maintained maven repository where vorbis spi artifact does exist?
The easiest is to import the jar yourself your local repository.
If the developer use maven try to get the original POM when importing, or you will experiment dependencies issues.
Having your own repository can be really helpful. Specially if you are developing in team and building reusable components.