License |
License |
---|---|
GroupId | GroupIdio.github.lorenzobettini.xtextutils |
ArtifactId | ArtifactIdxtext-tycho-parent |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionXtext Maven/Tycho Parent
An Xtext Parent POM for building Xtext DSLs as Maven/Tycho projects.
|
Filename | Size |
---|---|
xtext-tycho-parent-0.8.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-tycho-parent/ -->
<dependency>
<groupId>io.github.lorenzobettini.xtextutils</groupId>
<artifactId>xtext-tycho-parent</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-tycho-parent/
implementation 'io.github.lorenzobettini.xtextutils:xtext-tycho-parent:0.8.0'
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-tycho-parent/
implementation ("io.github.lorenzobettini.xtextutils:xtext-tycho-parent:0.8.0")
'io.github.lorenzobettini.xtextutils:xtext-tycho-parent:pom:0.8.0'
<dependency org="io.github.lorenzobettini.xtextutils" name="xtext-tycho-parent" rev="0.8.0">
<artifact name="xtext-tycho-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lorenzobettini.xtextutils', module='xtext-tycho-parent', version='0.8.0')
)
libraryDependencies += "io.github.lorenzobettini.xtextutils" % "xtext-tycho-parent" % "0.8.0"
[io.github.lorenzobettini.xtextutils/xtext-tycho-parent "0.8.0"]