The Xtend Gradle Plugin is now part of the new Xtext Gradle Plugin.
License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.xtend |
ArtifactId | ArtifactIdxtend-gradle-plugin |
Last Version | Last Version0.4.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxtend-gradle-plugin
A Gradle Plugin for building Xtend projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xtend-gradle-plugin-0.4.14.pom | |
xtend-gradle-plugin-0.4.14.jar | 94 KB |
xtend-gradle-plugin-0.4.14-sources.jar | 63 KB |
xtend-gradle-plugin-0.4.14-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xtend/xtend-gradle-plugin/ -->
<dependency>
<groupId>org.xtend</groupId>
<artifactId>xtend-gradle-plugin</artifactId>
<version>0.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.xtend/xtend-gradle-plugin/
implementation 'org.xtend:xtend-gradle-plugin:0.4.14'
// https://jarcasting.com/artifacts/org.xtend/xtend-gradle-plugin/
implementation ("org.xtend:xtend-gradle-plugin:0.4.14")
'org.xtend:xtend-gradle-plugin:jar:0.4.14'
<dependency org="org.xtend" name="xtend-gradle-plugin" rev="0.4.14">
<artifact name="xtend-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xtend', module='xtend-gradle-plugin', version='0.4.14')
)
libraryDependencies += "org.xtend" % "xtend-gradle-plugin" % "0.4.14"
[org.xtend/xtend-gradle-plugin "0.4.14"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.7.3 |
org.eclipse.core : org.eclipse.core.runtime | jar | 3.7.0 |
The Xtend Gradle Plugin is now part of the new Xtext Gradle Plugin.