Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.xtext |
ArtifactId | ArtifactIdorg.eclipse.xtext.web |
Version | Version2.20.0.M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.web/ -->
<dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.web</artifactId>
<version>2.20.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.web/
implementation 'org.eclipse.xtext:org.eclipse.xtext.web:2.20.0.M2'
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.web/
implementation ("org.eclipse.xtext:org.eclipse.xtext.web:2.20.0.M2")
'org.eclipse.xtext:org.eclipse.xtext.web:jar:2.20.0.M2'
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.web" rev="2.20.0.M2">
<artifact name="org.eclipse.xtext.web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.web', version='2.20.0.M2')
)
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.web" % "2.20.0.M2"
[org.eclipse.xtext/org.eclipse.xtext.web "2.20.0.M2"]