java – Xuggler Repository Link Broken
In my java application, I use xuggler for screen capture and other functions Now it's a maven project, so I use xuggler as a dependency on POM XML, as described in link
Now I cleaned up my system a few days ago, so when I import my project again, it now displays "missing artifact xuggle: xuggle xuggler: jar: 5.4" Although in the POM file, the repository is linked there I explored more and found http://xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle/xuggle-xuggler/5.4/xuggle-xuggler-5.4.jar Display 404 error (not found)
Now my entire Java application needs xuggler, so anyone can share my current work link. Where can I download "xuggle-xuggler-5.4. Jar" or any other method so that I won't encounter such problems in the future
thank you.
Solution
It seems that no one will maintain xugler anymore: last blog post said, "xugler development is in a state of interruption. It may be permanent."
If you are good to maven, you can build xuggler yourself The source code is available from the Google Code archive.