I try to add eclipse swt linux library to my project. Thus, I add following
library to the pom.xml 
 
<dependency> 
<groupId>org.eclipse.swt</groupId> 
<artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> 
<version>3.3.0-v3346</version> 
<scope>provided</scope> 
</dependency> 
<dependency> 
<groupId>org.eclipse.swt</groupId> 
<artifactId>org.eclipse.swt.gtk.linux.x86</artifactId> 
<version>3.3.0-v3346</version> 
<scope>provided</scope> 
</dependency> 
 
However, maven complaint cannot be find 
 
Missing: 
---------- 
1) org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:jar:3.3.0-v3346 
 
However, when I check maven repo, it is there -
http://repo1.maven.org/maven2/org/eclipse/swt/gtk/linux/x86_64/ Anyone know
what is the problem? I have tried to use version 3.30 as win32 does, but it
failed also, any idea?
-- 
View this message in context: 
http://www.nabble.com/Problem-of-resolving-eclipse-swt-linux-library-tp19103219p19103219.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to