Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have created a maven repo for windows, Linux &amp; osx artifacts at github:</p> <p><a href="https://github.com/maven-eclipse/swt-repo" rel="noreferrer">https://github.com/maven-eclipse/swt-repo</a></p> <p>To use it just put the following in your pom.xml:</p> <pre><code>&lt;repositories&gt; &lt;repository&gt; &lt;id&gt;swt-repo&lt;/id&gt; &lt;url&gt;https://raw.githubusercontent.com/maven-eclipse/swt-repo/master/&lt;/url&gt; &lt;/repository&gt; &lt;/repositories&gt; </code></pre> <p>Then you can just reference the SWT dependency relevant to your platform. For example:</p> <pre><code> &lt;dependency&gt; &lt;groupId&gt;org.eclipse.swt&lt;/groupId&gt; &lt;artifactId&gt;org.eclipse.swt.win32.win32.x86&lt;/artifactId&gt; &lt;version&gt;4.4&lt;/version&gt; &lt;/dependency&gt; </code></pre> <p>For other platforms, just replace artifactId with the appropriate value:</p> <ul> <li>org.eclipse.swt.win32.win32.x86</li> <li>org.eclipse.swt.win32.win32.x86_64</li> <li>org.eclipse.swt.gtk.linux.x86</li> <li>org.eclipse.swt.gtk.linux.x86_64</li> <li>org.eclipse.swt.cocoa.macosx</li> <li>org.eclipse.swt.cocoa.macosx.x86_64</li> </ul> <p>In addition, artifacts for SWT 4.3.2, 4.3.1, 4.3.0, 4.2.2, 4.2.1, 3.8, 3.7.2 &amp; 3.5.1 are also available from this repository.</p> <p>We use a selenium-based approach to automatically deploy the artifacts of new SWT versions as they are released. The source code for the automation is open and available on github:</p> <p><a href="https://github.com/hennr/swt-release-fetcher" rel="noreferrer">https://github.com/hennr/swt-release-fetcher</a></p> <p>Happy coding!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload