License |
License |
---|---|
Categories |
CategoriesMaven Build Tools CLI User Interface |
GroupId | GroupIdorg.eclipse.xtend |
ArtifactId | ArtifactIdorg.eclipse.xtend.maven.parent |
Version | Version2.26.0.M3 |
Type | Typepom |
Description |
DescriptionXtend 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 |
Source Code Management |
Source Code Management |
<!-- 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.26.0.M3</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.26.0.M3'
// https://jarcasting.com/artifacts/org.eclipse.xtend/org.eclipse.xtend.maven.parent/
implementation ("org.eclipse.xtend:org.eclipse.xtend.maven.parent:2.26.0.M3")
'org.eclipse.xtend:org.eclipse.xtend.maven.parent:pom:2.26.0.M3'
<dependency org="org.eclipse.xtend" name="org.eclipse.xtend.maven.parent" rev="2.26.0.M3">
<artifact name="org.eclipse.xtend.maven.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.xtend', module='org.eclipse.xtend.maven.parent', version='2.26.0.M3')
)
libraryDependencies += "org.eclipse.xtend" % "org.eclipse.xtend.maven.parent" % "2.26.0.M3"
[org.eclipse.xtend/org.eclipse.xtend.maven.parent "2.26.0.M3"]