x

xtext-maven-parent

An Xtext Parent POM for building Xtext DSLs as pure Maven projects.
Files download
File Operation
xtext-maven-parent-0.15.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.lorenzobettini.xtextutils</groupId>
  <artifactId>xtext-maven-parent</artifactId>
  <version>0.15.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.lorenzobettini.xtextutils:xtext-maven-parent:0.15.0'
Gradle Kotlin
implementation("io.github.lorenzobettini.xtextutils:xtext-maven-parent:0.15.0")
Scala SBT
libraryDependencies += "io.github.lorenzobettini.xtextutils" % "xtext-maven-parent" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.lorenzobettini.xtextutils', module='xtext-maven-parent', version='0.15.0')
)
Apache Ivy
<dependency org="io.github.lorenzobettini.xtextutils" name="xtext-maven-parent" rev="0.15.0" />
Leiningen
[io.github.lorenzobettini.xtextutils/xtext-maven-parent "0.15.0"]
Apache Buildr
'io.github.lorenzobettini.xtextutils:xtext-maven-parent:jar:0.15.0'