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