Xtext Dependencies Library - Standalone

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.xtext
ArtifactId

ArtifactId

org.eclipse.xtext.standalone
Last Version

Last Version

2.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

Xtext Dependencies Library - Standalone
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.

Download org.eclipse.xtext.standalone

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.standalone/ -->
<dependency>
    <groupId>org.eclipse.xtext</groupId>
    <artifactId>org.eclipse.xtext.standalone</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.standalone/
implementation 'org.eclipse.xtext:org.eclipse.xtext.standalone:2.4.3'
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.standalone/
implementation ("org.eclipse.xtext:org.eclipse.xtext.standalone:2.4.3")
'org.eclipse.xtext:org.eclipse.xtext.standalone:jar:2.4.3'
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.standalone" rev="2.4.3">
  <artifact name="org.eclipse.xtext.standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.standalone', version='2.4.3')
)
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.standalone" % "2.4.3"
[org.eclipse.xtext/org.eclipse.xtext.standalone "2.4.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.xtend : org.eclipse.xtend.standalone jar 2.4.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.4.3