Last Version

Xtext Tycho Example / Parent 0.0.2

Shows how to setup a multi module Xtext project with Tycho

License

License

GroupId

GroupId

org.fuin.xsample
ArtifactId

ArtifactId

org.fuin.xsample.parent
Version

Version

0.0.2
Type

Type

pom
Description

Description

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

Project Organization

fuin.org (Germany)
Source Code Management

Source Code Management

https://github.com/fuinorg/xsample/

Download org.fuin.xsample.parent 0.0.2


<!-- https://jarcasting.com/artifacts/org.fuin.xsample/org.fuin.xsample.parent/ -->
<dependency>
    <groupId>org.fuin.xsample</groupId>
    <artifactId>org.fuin.xsample.parent</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.xsample/org.fuin.xsample.parent/
implementation 'org.fuin.xsample:org.fuin.xsample.parent:0.0.2'
// https://jarcasting.com/artifacts/org.fuin.xsample/org.fuin.xsample.parent/
implementation ("org.fuin.xsample:org.fuin.xsample.parent:0.0.2")
'org.fuin.xsample:org.fuin.xsample.parent:pom:0.0.2'
<dependency org="org.fuin.xsample" name="org.fuin.xsample.parent" rev="0.0.2">
  <artifact name="org.fuin.xsample.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuin.xsample', module='org.fuin.xsample.parent', version='0.0.2')
)
libraryDependencies += "org.fuin.xsample" % "org.fuin.xsample.parent" % "0.0.2"
[org.fuin.xsample/org.fuin.xsample.parent "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • org.fuin.xsample.dsl
  • org.fuin.xsample.sdk
  • org.fuin.xsample.ui
  • org.fuin.xsample.tests
  • org.fuin.xsample.repository