Download org.eclipse.equinox.app-1.3.100.jar file - Jar o

Jar examples for o:org.eclipse.equinox.app

Description

A packaging of the eclipse sdk org.eclipse.equinox.app library.

You can download jar file org.eclipse.equinox.app 1.3.100 in this page.

License

Eclipse Public License (EPL) v1.0

Build File

You can use the following script to add org.eclipse.equinox.app-1.3.100.jar to your project.

<dependency>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>org.eclipse.equinox.app</artifactId>
   <version>1.3.100</version>
</dependency>
compile group: 'org.eclipse.equinox', name: 'org.eclipse.equinox.app', version: '1.3.100'
libraryDependencies += "org.eclipse.equinox" % "org.eclipse.equinox.app" % "1.3.100"
<dependency org="org.eclipse.equinox" name="org.eclipse.equinox.app" rev="1.3.100"/>
@Grapes(@Grab(group='org.eclipse.equinox', module='org.eclipse.equinox.app', version='1.3.100'))
'org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100'

Download

Click the following link to download the jar file.

org.eclipse.equinox.app-1.3.100.jar
org.eclipse.equinox.app-1.3.100.pom



Related Tutorials