o

org.eclipse.xtext.xtext.wizard

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