| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.emfatic |
| Идентификатор | Идентификаторplain-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEclipse Emfatic Parent
A textual syntax for EMF Ecore (meta-)models.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| plain-parent-1.0.0.pom | 16 KB |
| Обзор |
<!-- 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"]