Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.xtext |
ArtifactId | ArtifactIdxtext-gradle-plugin |
Version | Version1.0.17 |
Type | Typejar |
Filename | Size |
---|---|
xtext-gradle-plugin-1.0.17.pom | |
xtext-gradle-plugin-1.0.17.jar | 131 KB |
xtext-gradle-plugin-1.0.17-sources.jar | 95 KB |
xtext-gradle-plugin-1.0.17-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xtext/xtext-gradle-plugin/ -->
<dependency>
<groupId>org.xtext</groupId>
<artifactId>xtext-gradle-plugin</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.xtext/xtext-gradle-plugin/
implementation 'org.xtext:xtext-gradle-plugin:1.0.17'
// https://jarcasting.com/artifacts/org.xtext/xtext-gradle-plugin/
implementation ("org.xtext:xtext-gradle-plugin:1.0.17")
'org.xtext:xtext-gradle-plugin:jar:1.0.17'
<dependency org="org.xtext" name="xtext-gradle-plugin" rev="1.0.17">
<artifact name="xtext-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xtext', module='xtext-gradle-plugin', version='1.0.17')
)
libraryDependencies += "org.xtext" % "xtext-gradle-plugin" % "1.0.17"
[org.xtext/xtext-gradle-plugin "1.0.17"]