o

org.eclipse.xtext.xtext.wizard

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