3rd Party Dependencies - Library

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.dependencies
Last Version

Last Version

2.8.4
Release Date

Release Date

Type

Type

jar
Description

Description

3rd Party Dependencies - Library
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.dependencies

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.eclipse.tycho : org.eclipse.jdt.core jar 3.10.0.v20140604-1726

Project Modules

There are no modules declared in this project.

Versions

Version
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0