Skip to content

Instantly share code, notes, and snippets.

@lucacesari
Created August 3, 2015 07:34
Show Gist options
  • Save lucacesari/767a69cf72c76b6d30c2 to your computer and use it in GitHub Desktop.
Save lucacesari/767a69cf72c76b6d30c2 to your computer and use it in GitHub Desktop.
SWT Dependecies for non-osgi projects
...
repositories {
maven {url "https://raw.githubusercontent.com/maven-eclipse/swt-repo/master/"}
}
...
dependencies {
...
compile "org.eclipse.swt:org.eclipse.swt.win32.win32.x86:4.4"
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment