is not current version
Last Version 2.27.0

org.eclipse.xtext:org.eclipse.xtext.xtext.wizard 2.14.0.RC1

Platform-independent component for creating new Xtext projects.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.xtext
ArtifactId

ArtifactId

org.eclipse.xtext.xtext.wizard
Version

Version

2.14.0.RC1
Type

Type

jar

Download org.eclipse.xtext.xtext.wizard 2.14.0.RC1


<!-- https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.xtext.wizard/ -->
<dependency>
    <groupId>org.eclipse.xtext</groupId>
    <artifactId>org.eclipse.xtext.xtext.wizard</artifactId>
    <version>2.14.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.xtext.wizard/
implementation 'org.eclipse.xtext:org.eclipse.xtext.xtext.wizard:2.14.0.RC1'
// https://jarcasting.com/artifacts/org.eclipse.xtext/org.eclipse.xtext.xtext.wizard/
implementation ("org.eclipse.xtext:org.eclipse.xtext.xtext.wizard:2.14.0.RC1")
'org.eclipse.xtext:org.eclipse.xtext.xtext.wizard:jar:2.14.0.RC1'
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.xtext.wizard" rev="2.14.0.RC1">
  <artifact name="org.eclipse.xtext.xtext.wizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.xtext.wizard', version='2.14.0.RC1')
)
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.xtext.wizard" % "2.14.0.RC1"
[org.eclipse.xtext/org.eclipse.xtext.xtext.wizard "2.14.0.RC1"]