o

org.eclipse.xtext.parent

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.
http://www.eclipse.org/xtend/
Eclipse Public License - v 1.0
Dennis Holger Jan Knut Michael Moritz Sebastian Sven
Files download
File Operation
org.eclipse.xtext.parent-2.9.1.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.xtext</groupId>
  <artifactId>org.eclipse.xtext.parent</artifactId>
  <version>2.9.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.xtext:org.eclipse.xtext.parent:2.9.1'
Gradle Kotlin
implementation("org.eclipse.xtext:org.eclipse.xtext.parent:2.9.1")
Scala SBT
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.parent" % "2.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.parent', version='2.9.1')
)
Apache Ivy
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.parent" rev="2.9.1" />
Leiningen
[org.eclipse.xtext/org.eclipse.xtext.parent "2.9.1"]
Apache Buildr
'org.eclipse.xtext:org.eclipse.xtext.parent:jar:2.9.1'