![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.org.eclipse.elk.org.eclipse.elk.graph.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2016 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. SPDX-License-Identifier: EPL-2.0 --> <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.9.1</version> <relativePath>../../build/pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>[15.0,)</version> </dependency> <dependency> <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.common</artifactId> <version>2.12.0</version> </dependency> <dependency> <groupId>org.eclipse.emf</groupId> <artifactId>org.eclipse.emf.ecore</artifactId> <version>2.12.0</version> </dependency> </dependencies> <groupId>org.eclipse.elk</groupId> <artifactId>org.eclipse.elk.graph</artifactId> <name>ELK Graph Model</name> <version>0.9.1</version> <description>The ELK Graph is the central data structure of the Eclipse Layout Kernel.</description> <packaging>eclipse-plugin</packaging> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy