We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba09109 commit 7f92884Copy full SHA for 7f92884
README.md
@@ -32,6 +32,16 @@ Add the following elements to your project's `pom.xml` file:
32
</dependency>
33
34
<!-- Required -->
35
+ <dependency>
36
+ <groupId>org.eclipse.swt</groupId>
37
+ <artifactId>org.eclipse.swt.${osgi.platform}</artifactId> <!-- platform dependent -->
38
+ <version>4.3.2</version> <!-- or newer -->
39
+ </dependency>
40
41
+ <groupId>org.eclipse.platform</groupId>
42
+ <artifactId>org.eclipse.jface</artifactId>
43
+ <version>3.10.2</version> <!-- or newer -->
44
45
<dependency>
46
<groupId>org.eclipse.platform</groupId>
47
<artifactId>org.eclipse.core.commands</artifactId>
0 commit comments