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