Re: How to add a dependency - newbie to maven

2008-01-10 Thread Jeff MAURY
SWT is available on the central repository groupId: org.eclipse artifactId: swt version: 3.2.1-v3235e or 3.3.0-v3346 Jeff On Jan 10, 2008 8:59 AM, rakeshsugirtharaj <[EMAIL PROTECTED]> wrote: > > Hi folks!, > I m doing a project that uses SWT for gui. How do i add > the depend

RE: How to add a dependency - newbie to maven

2008-01-10 Thread nicklist
Your first step will be a visit to mvnrepository.com. When you search artifacts there, you're sure they are on the central repository. I just checked and there are multiple swt jar files there. If you find the one you search, add the dependency to the pom.xml file and rebuild. If you can't find