| Лицензия |
Лицензия
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
|---|---|
| Группа | Группаorg.drombler.commons |
| Идентификатор | Идентификаторdrombler-commons-fx-parent |
| Версия | Версия1.0 |
| Тип | Типpom |
| Описание |
ОписаниеDrombler Commons - FX - Parent
This Drombler Commons - FX - Parent POM should be the parent
(either directly or indirectly) of every Drombler Commons - FX project
unless there is a good reason to do otherwise
(in which case the reason should be documented).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| drombler-commons-fx-parent-1.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx-parent/ -->
<dependency>
<groupId>org.drombler.commons</groupId>
<artifactId>drombler-commons-fx-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx-parent/
implementation 'org.drombler.commons:drombler-commons-fx-parent:1.0'
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx-parent/
implementation ("org.drombler.commons:drombler-commons-fx-parent:1.0")
'org.drombler.commons:drombler-commons-fx-parent:pom:1.0'
<dependency org="org.drombler.commons" name="drombler-commons-fx-parent" rev="1.0">
<artifact name="drombler-commons-fx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.commons', module='drombler-commons-fx-parent', version='1.0')
)
libraryDependencies += "org.drombler.commons" % "drombler-commons-fx-parent" % "1.0"
[org.drombler.commons/drombler-commons-fx-parent "1.0"]