Created
August 3, 2015 07:30
-
-
Save lucacesari/d9833c830dcf15d1ec7d to your computer and use it in GitHub Desktop.
EMF Framework dependencies for non-osgi projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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