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