org.eclipse.elk.alg.common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.elk</groupId>
<artifactId>org.eclipse.elk.alg.common</artifactId>
<version>0.12.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017 Kiel University and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License v. 2.0 are satisfied: GPL-3.0 which is available at
https://www.gnu.org/licenses/gpl-3.0-standalone.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-3.0-or-later
-->
<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.elk</groupId>
<artifactId>parent</artifactId>
<version>0.12.0</version>
<relativePath>../../build/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.elk.alg.common</artifactId>
<name>ELK Common Algorithms</name>
<description>Common algorithms.</description>
<packaging>eclipse-plugin</packaging>
<dependencies>
<dependency>
<groupId>org.eclipse.elk</groupId>
<artifactId>org.eclipse.elk.core</artifactId>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.elk</groupId>
<artifactId>org.eclipse.elk.graph</artifactId>
<version>0.12.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Generate code from .melk files. -->
<plugin>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>