Jar examples for o:org.eclipse.xtext.web
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.13.0.M2 in this page.
Eclipse Public License, Version 1.0
You can use the following script to add org.eclipse.xtext.web-2.13.0.M2.jar to your project.
<dependency> <groupId>org.eclipse.xtext</groupId> <artifactId>org.eclipse.xtext.web</artifactId> <version>2.13.0.M2</version> </dependency>
compile group: 'org.eclipse.xtext', name: 'org.eclipse.xtext.web', version: '2.13.0.M2'
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.web" % "2.13.0.M2"
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.web" rev="2.13.0.M2"/>
@Grapes(@Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.web', version='2.13.0.M2'))
'org.eclipse.xtext:org.eclipse.xtext.web:jar:2.13.0.M2'
Click the following link to download the jar file.
org.eclipse.xtext.web-2.13.0.M2-javadoc.jar