Download org.eclipse.xtend.lib-2.10.0.jar file

Introduction

You can download org.eclipse.xtend.lib-2.10.0.jar in this page.

License

Eclipse Open Source

Type List

org.eclipse.xtend.lib-2.10.0.jar file has the following types.

META-INF/ECLIPSE_.RSA
META-INF/ECLIPSE_.SF
META-INF/MANIFEST.MF
META-INF/maven/org.eclipse.xtend/org.eclipse.xtend.lib/pom.properties
META-INF/maven/org.eclipse.xtend/org.eclipse.xtend.lib/pom.xml
about_org.eclipse.xtend.lib.html
org.eclipse.xtend.lib.Data.class
org.eclipse.xtend.lib.DataProcessor.class
org.eclipse.xtend.lib.Property.class
org.eclipse.xtend.lib.PropertyProcessor.class
org.eclipse.xtend.lib.annotations.AccessorType.class
org.eclipse.xtend.lib.annotations.Accessors.class
org.eclipse.xtend.lib.annotations.AccessorsProcessor.class
org.eclipse.xtend.lib.annotations.Data.class
org.eclipse.xtend.lib.annotations.DataProcessor.class
org.eclipse.xtend.lib.annotations.Delegate.class
org.eclipse.xtend.lib.annotations.DelegateProcessor.class
org.eclipse.xtend.lib.annotations.EqualsHashCode.class
org.eclipse.xtend.lib.annotations.EqualsHashCodeProcessor.class
org.eclipse.xtend.lib.annotations.FinalFieldsConstructor.class
org.eclipse.xtend.lib.annotations.FinalFieldsConstructorProcessor.class
org.eclipse.xtend.lib.annotations.ToString.class
org.eclipse.xtend.lib.annotations.ToStringConfiguration.class
org.eclipse.xtend.lib.annotations.ToStringProcessor.class

Pom

org.eclipse.xtend.lib-2.10.0.pom file content.

<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.xtext</groupId>
		<artifactId>org.eclipse.xtext.tycho.parent</artifactId>
		<version>2.10.0</version>
		<relativePath>../../maven/org.eclipse.xtext.tycho.parent</relativePath>
	</parent>
	<packaging>eclipse-plugin</packaging>
	
	<groupId>org.eclipse.xtend</groupId>
	<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>org.eclipse.xtend</groupId>
			<artifactId>org.eclipse.xtend.lib.macro</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>

POM Entry

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

Download

If you think the following org.eclipse.xtend.lib-2.10.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.eclipse.xtend.lib-2.10.0.jar file




PreviousNext

Related