MVN

org.fuin.xsample : org.fuin.xsample.parent

Maven & Gradle

Nov 11, 2021
0 stars

Xtext Tycho Example / Parent · Shows how to setup a multi module Xtext project with Tycho

<dependency>
    <groupId>org.fuin.xsample</groupId>
    <artifactId>org.fuin.xsample.parent</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fuin.xsample : org.fuin.xsample.parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of org.fuin.xsample : org.fuin.xsample.parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
org.fuin.xsample.parent-0.0.2
org.fuin.xsample.parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.fuin.xsample</groupId>
    <artifactId>org.fuin.xsample.parent</artifactId>
    <version>0.0.2</version>
</dependency>