Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.xtext |
ArtifactId | ArtifactIdxtext-gradle-plugin |
Version | Version1.0.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.xtext/xtext-gradle-plugin/ -->
<dependency>
<groupId>org.xtext</groupId>
<artifactId>xtext-gradle-plugin</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xtext/xtext-gradle-plugin/
implementation 'org.xtext:xtext-gradle-plugin:1.0.0-RC4'
// https://jarcasting.com/artifacts/org.xtext/xtext-gradle-plugin/
implementation ("org.xtext:xtext-gradle-plugin:1.0.0-RC4")
'org.xtext:xtext-gradle-plugin:jar:1.0.0-RC4'
<dependency org="org.xtext" name="xtext-gradle-plugin" rev="1.0.0-RC4">
<artifact name="xtext-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xtext', module='xtext-gradle-plugin', version='1.0.0-RC4')
)
libraryDependencies += "org.xtext" % "xtext-gradle-plugin" % "1.0.0-RC4"
[org.xtext/xtext-gradle-plugin "1.0.0-RC4"]