Maven Repository - POM file for IDE org.eclipse.xtend.lib 2.5.3 2.5.3

Summary

Eclipse Xtend Runtime Library.

The runtime library for the Xtend programming language..

Declaration

Here is the list of declaration for org.eclipse.xtend.lib. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.xtend</groupId>
   <artifactId>org.eclipse.xtend.lib</artifactId>
   <version>2.5.3</version>
</dependency>

If you think this Maven repository POM file listing for org.eclipse.xtend.lib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

POM File Source

Here is the content of the POM file.

<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">
  <parent>
        <groupId>org.eclipse.xtext</groupId>
        <artifactId>org.eclipse.xtext.parent</artifactId>
        <version>2.5.3</version>
        <relativePath>../../maven/org.eclipse.xtext.parent</relativePath>
    </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>org.eclipse.xtend.lib</artifactId>
  <name>Eclipse Xtend Runtime Library</name>
  <description>The runtime library for the Xtend programming language.</description>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.xbase.lib</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>${guava.version}</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <groupId>org.eclipse.xtend</groupId>
</project>