Equinox Application Container.
Here is the list of declaration for app. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>app</artifactId> <version>1.3.100-v20130327-1442</version> </dependency>
If you think this Maven repository POM file listing for app is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Eclipse Public License - v 1.0
URL: http://www.eclipse.org/org/documents/epl-v10.html.
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.eclipse.equinox</groupId> <artifactId>app</artifactId> <version>1.3.100-v20130327-1442</version> <name>Equinox Application Container</name> <description>Equinox Application Container</description> <packaging>jar</packaging> <url>http://www.eclipse.org</url> <scm> <url/> <connection/> </scm> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/org/documents/epl-v10.html</url> </license> </licenses> <dependencies> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>registry</artifactId> <version>[3.4.0,4.0.0)</version> <optional>false</optional> </dependency> <dependency> <groupId>org.eclipse.equinox</groupId> <artifactId>common</artifactId> <version>[3.2.0,4.0.0)</version> <optional>false</optional> </dependency> </dependencies> </project>