Hi Wim, The other dependencies are already in the Maven Respository, I using a one, look my build.gradle
/*Use and package the SWT according your OS org.eclipse.swt.win32.win32.x86 org.eclipse.swt.win32.win32.x86_64 org.eclipse.swt.gtk.linux.x86 org.eclipse.swt.gtk.linux.x86_64 org.eclipse.swt.cocoa.macosx org.eclipse.swt.cocoa.macosx.x86_64 */ compile group: 'org.eclipse.platform', name: 'org.eclipse.swt.win32.win32.x86_64', version: '3.106.0' compile group: 'org.eclipse.platform', name: 'org.eclipse.jface', version: '3.13.0' compile group: 'org.eclipse.platform', name: 'org.eclipse.jface.text', version: '3.12.0' Cheers, Em qua, 25 de out de 2017 às 10:58, Wim Jongman <[email protected]> escreveu: > Hi Wender, > > I think this is a good idea. However, widgets could have dependencies that > may not be in the maven repository (SWT? JFace? RAP? Draw2d?). > > Are you willing to work on this? If so, please file a nebula releng bug at > [1] > > Cheers, > > Wim > > [1] http://bugs.eclipse.org/ > > > > > > > On Thu, Oct 19, 2017 at 7:14 PM, Wender Oliveira <[email protected]> > wrote: > >> Hi, congratulations everyone Nebula is grateful. >> >> I create a exemple project using Gradle, Jface/SWT and Spring. >> https://gitlab.com/computeiros/Exemplos and I would like to include >> Nebula in the Stub Example but I not found a Maven/Gradle repository. >> >> *In the future, do you include Nebula in Maven Central Repository ?* >> >> >> _______________________________________________ >> nebula-dev mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/nebula-dev >> > > _______________________________________________ > nebula-dev mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________ nebula-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/nebula-dev
