is not current version
Last Version 0.8.0

io.github.lorenzobettini.xtextutils:xtext-maven-parent 0.6.3

An Xtext Parent POM for building Xtext DSLs as pure Maven projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.lorenzobettini.xtextutils
ArtifactId

ArtifactId

xtext-maven-parent
Version

Version

0.6.3
Type

Type

pom

Download xtext-maven-parent 0.6.3


<!-- https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-maven-parent/ -->
<dependency>
    <groupId>io.github.lorenzobettini.xtextutils</groupId>
    <artifactId>xtext-maven-parent</artifactId>
    <version>0.6.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-maven-parent/
implementation 'io.github.lorenzobettini.xtextutils:xtext-maven-parent:0.6.3'
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-maven-parent/
implementation ("io.github.lorenzobettini.xtextutils:xtext-maven-parent:0.6.3")
'io.github.lorenzobettini.xtextutils:xtext-maven-parent:pom:0.6.3'
<dependency org="io.github.lorenzobettini.xtextutils" name="xtext-maven-parent" rev="0.6.3">
  <artifact name="xtext-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lorenzobettini.xtextutils', module='xtext-maven-parent', version='0.6.3')
)
libraryDependencies += "io.github.lorenzobettini.xtextutils" % "xtext-maven-parent" % "0.6.3"
[io.github.lorenzobettini.xtextutils/xtext-maven-parent "0.6.3"]