License |
License |
---|---|
GroupId | GroupIdio.github.lorenzobettini.xtextutils |
ArtifactId | ArtifactIdreleng |
Version | Version0.6.6 |
Type | Typepom |
Description |
DescriptionXtext Build Utils Releng
Utilities for building Xtext DSLs.
|
Project URL |
Project URL |
Filename | Size |
---|---|
releng-0.6.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/releng/ -->
<dependency>
<groupId>io.github.lorenzobettini.xtextutils</groupId>
<artifactId>releng</artifactId>
<version>0.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/releng/
implementation 'io.github.lorenzobettini.xtextutils:releng:0.6.6'
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/releng/
implementation ("io.github.lorenzobettini.xtextutils:releng:0.6.6")
'io.github.lorenzobettini.xtextutils:releng:pom:0.6.6'
<dependency org="io.github.lorenzobettini.xtextutils" name="releng" rev="0.6.6">
<artifact name="releng" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lorenzobettini.xtextutils', module='releng', version='0.6.6')
)
libraryDependencies += "io.github.lorenzobettini.xtextutils" % "releng" % "0.6.6"
[io.github.lorenzobettini.xtextutils/releng "0.6.6"]