Download org.eclipse.xtext.web-2.9.1.jar file - Jar o

Jar examples for o:org.eclipse.xtext.web

Description

Xtext is a framework for development of programming languages and domain-specific languages. With Xtext you define your language using a powerful grammar language. As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse, IntelliJ IDEA and your favorite web browser. Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.

You can download jar file org.eclipse.xtext.web 2.9.1 in this page.

License

Eclipse Public License, Version 1.0

Build File

You can use the following script to add org.eclipse.xtext.web-2.9.1.jar to your project.

<dependency>
   <groupId>org.eclipse.xtext</groupId>
   <artifactId>org.eclipse.xtext.web</artifactId>
   <version>2.9.1</version>
</dependency>
compile group: 'org.eclipse.xtext', name: 'org.eclipse.xtext.web', version: '2.9.1'
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.web" % "2.9.1"
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.web" rev="2.9.1"/>
@Grapes(@Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.web', version='2.9.1'))
'org.eclipse.xtext:org.eclipse.xtext.web:jar:2.9.1'

Download

Click the following link to download the jar file.

org.eclipse.xtext.web-2.9.1-javadoc.jar
org.eclipse.xtext.web-2.9.1-sources.jar
org.eclipse.xtext.web-2.9.1.jar
org.eclipse.xtext.web-2.9.1.pom



Related Tutorials