o

org.eclipse.xtext.xtext.wizard

Platform-independent component for creating new Xtext projects.
Files download
File Operation
org.eclipse.xtext.xtext.wizard-2.34.0.M2.jar download
org.eclipse.xtext.xtext.wizard-2.34.0.M2.pom download
org.eclipse.xtext.xtext.wizard-2.34.0.M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.xtext</groupId>
  <artifactId>org.eclipse.xtext.xtext.wizard</artifactId>
  <version>2.34.0.M2</version>
  <type>eclipse-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.xtext:org.eclipse.xtext.xtext.wizard:2.34.0.M2'
Gradle Kotlin
implementation("org.eclipse.xtext:org.eclipse.xtext.xtext.wizard:2.34.0.M2")
Scala SBT
libraryDependencies += "org.eclipse.xtext" % "org.eclipse.xtext.xtext.wizard" % "2.34.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.xtext', module='org.eclipse.xtext.xtext.wizard', version='2.34.0.M2')
)
Apache Ivy
<dependency org="org.eclipse.xtext" name="org.eclipse.xtext.xtext.wizard" rev="2.34.0.M2" />
Leiningen
[org.eclipse.xtext/org.eclipse.xtext.xtext.wizard "2.34.0.M2"]
Apache Buildr
'org.eclipse.xtext:org.eclipse.xtext.xtext.wizard:jar:2.34.0.M2'