databrary / datavyu-ffmpegplugin

A Java Media Player based on FFmpeg and SDL2
GNU General Public License v3.0
13 stars 4 forks source link

Provide maven repositories configuration and move artifacts outside of bintray #253

Open garzy opened 3 years ago

garzy commented 3 years ago

I'm trying to include your lib in my project and I have many issues:

  1. Maven central only has xxx.19 version, not the latest
  2. I need to include the repositories that you have in the pom.xml (please, add this info in the README.md)
  3. Bintray repository is dead so I'm having the next error:

Authorization failed for https://dl.bintray.com/datavyu/datavyu/org/datavyu/sdl-libs/2.0.9/sdl-libs-2.0.9.pom 403 Forbidden

olbb commented 2 years ago

Same issue here, I can only find the old 19 version on jcenter, which is out of service. From which maven I can get the latest version?