Skip to content

Instantly share code, notes, and snippets.

@sjyun
Created April 3, 2018 14:18
Show Gist options
  • Save sjyun/b3b779ebc91e101453cb3cfd92417871 to your computer and use it in GitHub Desktop.
Save sjyun/b3b779ebc91e101453cb3cfd92417871 to your computer and use it in GitHub Desktop.
xuggler
apply plugin: 'java'
repositories {
mavenCentral()
maven {
url 'http://xuggle.googlecode.com/svn/trunk/repo/share/java/'
}
}
dependencies {
compile 'xuggle:xuggle-xuggler:5.4'
testCompile 'junit:junit:4.10'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment