Last Version

Xtend Maven Plugin Parent POM 2.27.0

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.parent
Version

Version

2.27.0
Type

Type

pom
Description

Description

Xtend Maven Plugin Parent POM
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://xtend-lang.org
Source Code Management

Source Code Management

https://github.com/eclipse/xtext-xtend.git

Download org.eclipse.xtend.maven.parent 2.27.0


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

Dependencies

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

Project Modules

There are no modules declared in this project.