Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mod4j.org.eclipse |
ArtifactId | ArtifactIdxtext |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
xtext-0.7.1.pom | |
xtext-0.7.1.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse/xtext/ -->
<dependency>
<groupId>org.mod4j.org.eclipse</groupId>
<artifactId>xtext</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse/xtext/
implementation 'org.mod4j.org.eclipse:xtext:0.7.1'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse/xtext/
implementation ("org.mod4j.org.eclipse:xtext:0.7.1")
'org.mod4j.org.eclipse:xtext:jar:0.7.1'
<dependency org="org.mod4j.org.eclipse" name="xtext" rev="0.7.1">
<artifact name="xtext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse', module='xtext', version='0.7.1')
)
libraryDependencies += "org.mod4j.org.eclipse" % "xtext" % "0.7.1"
[org.mod4j.org.eclipse/xtext "0.7.1"]