| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.emfatic | 
| ArtifactId | ArtifactIdplain-parent | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEclipse Emfatic Parent A textual syntax for EMF Ecore (meta-)models. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| plain-parent-1.0.0.pom | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.emfatic/plain-parent/ -->
<dependency>
    <groupId>org.eclipse.emfatic</groupId>
    <artifactId>plain-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.emfatic/plain-parent/
implementation 'org.eclipse.emfatic:plain-parent:1.0.0'// https://jarcasting.com/artifacts/org.eclipse.emfatic/plain-parent/
implementation ("org.eclipse.emfatic:plain-parent:1.0.0")'org.eclipse.emfatic:plain-parent:pom:1.0.0'<dependency org="org.eclipse.emfatic" name="plain-parent" rev="1.0.0">
  <artifact name="plain-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.emfatic', module='plain-parent', version='1.0.0')
)libraryDependencies += "org.eclipse.emfatic" % "plain-parent" % "1.0.0"[org.eclipse.emfatic/plain-parent "1.0.0"]