is not current version
Last Version 2.0.9-alpha.3

org.xtext:xtext-gradle-plugin 2.0.6

A plugin for invoking Xtext base Code generators

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.xtext
ArtifactId

ArtifactId

xtext-gradle-plugin
Version

Version

2.0.6
Type

Type

jar

Download xtext-gradle-plugin 2.0.6


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