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