Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.lorenzobettini.xtextutils |
ArtifactId | ArtifactIdxtext-maven-parent |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
xtext-maven-parent-0.4.0.pom | 9 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.4.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.4.0'
// https://jarcasting.com/artifacts/io.github.lorenzobettini.xtextutils/xtext-maven-parent/
implementation ("io.github.lorenzobettini.xtextutils:xtext-maven-parent:0.4.0")
'io.github.lorenzobettini.xtextutils:xtext-maven-parent:pom:0.4.0'
<dependency org="io.github.lorenzobettini.xtextutils" name="xtext-maven-parent" rev="0.4.0">
<artifact name="xtext-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lorenzobettini.xtextutils', module='xtext-maven-parent', version='0.4.0')
)
libraryDependencies += "io.github.lorenzobettini.xtextutils" % "xtext-maven-parent" % "0.4.0"
[io.github.lorenzobettini.xtextutils/xtext-maven-parent "0.4.0"]