org.eclipse.vorto.perspective
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.vorto</groupId> <artifactId>org.eclipse.vorto.perspective</artifactId> <version>0.10.0.M3</version> </dependency>
<!-- Copyright (c) 2015, 2016 Bosch Software Innovations GmbH and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html The Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. Contributors: Bosch Software Innovations GmbH - Please refer to git log --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.vorto</groupId> <artifactId>framework</artifactId> <version>0.10.0.M3</version> </parent> <artifactId>org.eclipse.vorto.perspective</artifactId> <packaging>eclipse-plugin</packaging> <name>Vorto Perspectives</name> <build> <plugins> <plugin> <groupId>org.eclipse.xtend</groupId> <artifactId>xtend-maven-plugin</artifactId> </plugin> </plugins> </build> </project>