| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hjohn.jfx.eventstream |
| Идентификатор | Идентификаторparent |
| Версия | Версия0.3.0 |
| Тип | Типpom |
| Описание |
ОписаниеEventStreams for JavaFX
Light-weight EventStreams for JavaFX.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-0.3.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/parent/ -->
<dependency>
<groupId>com.github.hjohn.jfx.eventstream</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/parent/
implementation 'com.github.hjohn.jfx.eventstream:parent:0.3.0'
// https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/parent/
implementation ("com.github.hjohn.jfx.eventstream:parent:0.3.0")
'com.github.hjohn.jfx.eventstream:parent:pom:0.3.0'
<dependency org="com.github.hjohn.jfx.eventstream" name="parent" rev="0.3.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.jfx.eventstream', module='parent', version='0.3.0')
)
libraryDependencies += "com.github.hjohn.jfx.eventstream" % "parent" % "0.3.0"
[com.github.hjohn.jfx.eventstream/parent "0.3.0"]