o

org.eclipse.xtext.parent

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