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