is not current version
Last Version 2.0.9-alpha.3

org.xtext:xtext-gradle-plugin 1.0.4

A plugin for invoking Xtext base Code generators

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.xtext
ArtifactId

ArtifactId

xtext-gradle-plugin
Version

Version

1.0.4
Type

Type

jar

Download xtext-gradle-plugin 1.0.4


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