Skip to content

Instantly share code, notes, and snippets.

@lucacesari
Created August 3, 2015 07:30
Show Gist options
  • Save lucacesari/d9833c830dcf15d1ec7d to your computer and use it in GitHub Desktop.
Save lucacesari/d9833c830dcf15d1ec7d to your computer and use it in GitHub Desktop.
EMF Framework dependencies for non-osgi projects
...
dependencies {
compile "org.eclipse.emf:org.eclipse.emf.ecore:2.9.0-v20130528-0742"
compile "org.eclipse.emf:org.eclipse.emf.common:2.9.0-v20130528-0742"
compile "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.9.0-v20130528-0742"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment