My Eclipse Modeling Framework extensions.
INFO: For build instructions please see http://www.vogella.com/tutorials/EclipseTycho/article.html
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGithub Инструменты разработки Контроль версий CLI Взаимодействие с пользователем Configuration Библиотеки уровня приложения config |
| Группа | Группаcom.github.nruzic.extensions.eclipse.model |
| Идентификатор | Идентификаторcom.github.nruzic.extensions.eclipse.model.configuration |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеNruzic EMF Extensions Master POM
Common master for nruzic extensions eclipse model projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| com.github.nruzic.extensions.eclipse.model.configuration-1.1.0.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration/ -->
<dependency>
<groupId>com.github.nruzic.extensions.eclipse.model</groupId>
<artifactId>com.github.nruzic.extensions.eclipse.model.configuration</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration/
implementation 'com.github.nruzic.extensions.eclipse.model:com.github.nruzic.extensions.eclipse.model.configuration:1.1.0'
// https://jarcasting.com/artifacts/com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration/
implementation ("com.github.nruzic.extensions.eclipse.model:com.github.nruzic.extensions.eclipse.model.configuration:1.1.0")
'com.github.nruzic.extensions.eclipse.model:com.github.nruzic.extensions.eclipse.model.configuration:pom:1.1.0'
<dependency org="com.github.nruzic.extensions.eclipse.model" name="com.github.nruzic.extensions.eclipse.model.configuration" rev="1.1.0">
<artifact name="com.github.nruzic.extensions.eclipse.model.configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nruzic.extensions.eclipse.model', module='com.github.nruzic.extensions.eclipse.model.configuration', version='1.1.0')
)
libraryDependencies += "com.github.nruzic.extensions.eclipse.model" % "com.github.nruzic.extensions.eclipse.model.configuration" % "1.1.0"
[com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration "1.1.0"]
INFO: For build instructions please see http://www.vogella.com/tutorials/EclipseTycho/article.html