License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.lorenzobettini.xtextutils |
ArtifactId | ArtifactIdxtext-maven-parent |
Version | Version0.7.0 |
Type | Typepom |
Description |
DescriptionXtext Maven Parent
An Xtext Parent POM for building Xtext DSLs as pure Maven projects.
|
Filename | Size |
---|---|
xtext-maven-parent-0.7.0.pom | 17 KB |
Browse |
<!-- 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.7.0</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.7.0'
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-maven-parent/
implementation ("io.github.lorenzobettini.xtextutils:xtext-maven-parent:0.7.0")
'io.github.lorenzobettini.xtextutils:xtext-maven-parent:pom:0.7.0'
<dependency org="io.github.lorenzobettini.xtextutils" name="xtext-maven-parent" rev="0.7.0">
<artifact name="xtext-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lorenzobettini.xtextutils', module='xtext-maven-parent', version='0.7.0')
)
libraryDependencies += "io.github.lorenzobettini.xtextutils" % "xtext-maven-parent" % "0.7.0"
[io.github.lorenzobettini.xtextutils/xtext-maven-parent "0.7.0"]