Last Version

Xtend Parent/Container 2.4.3

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

Maven Build Tools CLI User Interface
GroupId

GroupId

org.eclipse.xtend
ArtifactId

ArtifactId

org.eclipse.xtend.maven
Version

Version

2.4.3
Type

Type

pom
Description

Description

Xtend Parent/Container
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.
Project URL

Project URL

http://www.eclipse.org/xtend/

Download org.eclipse.xtend.maven 2.4.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../org.eclipse.xtend.lib
  • ../org.eclipse.xtext.xbase.lib
  • ../org.eclipse.xtend.standalone.maven
  • ../org.eclipse.xtext.standalone.maven
  • ../org.eclipse.xtend.lib.gwt
  • ../org.eclipse.xtext.xbase.lib.gwt
  • ../org.eclipse.xtend.maven.plugin
  • ../org.eclipse.xtend.maven.archetype
  • ../org.eclipse.xtend.maven.android.archetype