is not current version
Last Version 2.0.9-alpha.3

org.xtext:xtext-gradle-plugin 0.3.19

A plugin for invoking Xtext base Code generators

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.xtext
ArtifactId

ArtifactId

xtext-gradle-plugin
Version

Version

0.3.19
Type

Type

jar

Download xtext-gradle-plugin 0.3.19


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