bindableFX

Adds additional functionality to javaFX binding mechanism.

Лицензия

Лицензия

Группа

Группа

de.saxsys
Идентификатор

Идентификатор

bindablefx
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

bindableFX
Adds additional functionality to javaFX binding mechanism.
Организация-разработчик

Организация-разработчик

Saxonia Systems AG
Система контроля версий

Система контроля версий

https://github.com/xyanid/bindablefx

Скачать bindablefx

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.saxsys/bindablefx/ -->
<dependency>
    <groupId>de.saxsys</groupId>
    <artifactId>bindablefx</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys/bindablefx/
implementation 'de.saxsys:bindablefx:2.1.0'
// https://jarcasting.com/artifacts/de.saxsys/bindablefx/
implementation ("de.saxsys:bindablefx:2.1.0")
'de.saxsys:bindablefx:jar:2.1.0'
<dependency org="de.saxsys" name="bindablefx" rev="2.1.0">
  <artifact name="bindablefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys', module='bindablefx', version='2.1.0')
)
libraryDependencies += "de.saxsys" % "bindablefx" % "2.1.0"
[de.saxsys/bindablefx "2.1.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.fxmisc.easybind : easybind jar 1.0.3
org.jetbrains : annotations jar 15.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.31-beta

Модули Проекта

Данный проект не имеет модулей.

bindableFX

This library adds additional functionality to javaFX binding mechanism.

Build Status

Maven dependency###

Stable Release

This is the stable release that can be used in production.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>bindablefx</artifactId>
		<version>2.1.0</version>
</dependency>

Development Snapshot

Here you get new features. This release is unstable and shouldn't be used in production.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>bindablefx</artifactId>
		<version>2.1.0-SNAPSHOT</version>
</dependency>

Версии библиотеки

Версия
2.1.0
2.0.0
1.1.0
1.0.0