| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.fxmisc.easybind |
| Идентификатор | Идентификаторeasybind |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEasyBind
Factory methods for easy creation of JavaFX bindings using lambdas.
|
| Имя Файла | Размер |
|---|---|
| easybind-1.0.3.pom | |
| easybind-1.0.3.jar | 38 KB |
| easybind-1.0.3-sources.jar | 14 KB |
| easybind-1.0.3-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fxmisc.easybind/easybind/ -->
<dependency>
<groupId>org.fxmisc.easybind</groupId>
<artifactId>easybind</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.fxmisc.easybind/easybind/
implementation 'org.fxmisc.easybind:easybind:1.0.3'
// https://jarcasting.com/artifacts/org.fxmisc.easybind/easybind/
implementation ("org.fxmisc.easybind:easybind:1.0.3")
'org.fxmisc.easybind:easybind:jar:1.0.3'
<dependency org="org.fxmisc.easybind" name="easybind" rev="1.0.3">
<artifact name="easybind" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fxmisc.easybind', module='easybind', version='1.0.3')
)
libraryDependencies += "org.fxmisc.easybind" % "easybind" % "1.0.3"
[org.fxmisc.easybind/easybind "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4.0,) |