License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.xtext |
ArtifactId | ArtifactIdxtext-android-gradle-plugin |
Last Version | Last Version2.0.9-alpha.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxtext-android-gradle-plugin
A plugin for integrating Xtext based Code generators with the Android build tools
|
<!-- https://jarcasting.com/artifacts/org.xtext/xtext-android-gradle-plugin/ -->
<dependency>
<groupId>org.xtext</groupId>
<artifactId>xtext-android-gradle-plugin</artifactId>
<version>2.0.9-alpha.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.xtext/xtext-android-gradle-plugin/
implementation 'org.xtext:xtext-android-gradle-plugin:2.0.9-alpha.3'
// https://jarcasting.com/artifacts/org.xtext/xtext-android-gradle-plugin/
implementation ("org.xtext:xtext-android-gradle-plugin:2.0.9-alpha.3")
'org.xtext:xtext-android-gradle-plugin:jar:2.0.9-alpha.3'
<dependency org="org.xtext" name="xtext-android-gradle-plugin" rev="2.0.9-alpha.3">
<artifact name="xtext-android-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xtext', module='xtext-android-gradle-plugin', version='2.0.9-alpha.3')
)
libraryDependencies += "org.xtext" % "xtext-android-gradle-plugin" % "2.0.9-alpha.3"
[org.xtext/xtext-android-gradle-plugin "2.0.9-alpha.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 27.1-jre |
org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.9.0 |
org.xtext : xtext-gradle-plugin | jar | 2.0.9-alpha.3 |
com.android.tools.build : gradle | jar | 2.2.3 |