Gluon Connect


Лицензия

Лицензия

Группа

Группа

com.gluonhq
Идентификатор

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

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

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

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Gluon Connect
Gluon Connect
Ссылка на сайт

Ссылка на сайт

https://gluonhq.com/products/mobile/connect/
Система контроля версий

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

https://github.com/gluonhq/connect

Скачать connect

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
jakarta.json : jakarta.json-api jar 1.1.5

runtime (1)

Идентификатор библиотеки Тип Версия
javax.xml.bind : jaxb-api jar 2.3.1

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

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

Gluon Connect

Introduction

Gluon Connect is a client-side library that simplifies binding your data from any source and format to your JavaFX UI controls. It works by retrieving data from a data source and converting that data from a specific format into JavaFX observable lists and observable objects that can be used directly in JavaFX UI controls. It is designed to allow developers to easily add support for custom data sources and data formats.

Dependency

Together with Gluon Mobile

A dependency to Gluon Connect is automatically added when using the Gluon Mobile dependency. You also need to configure the four required Charm Down plugins that are used in Gluon Mobile.

dependencies {
    compile 'com.gluonhq:charm:4.3.2'
}

jfxmobile {
    downConfig {
        version '3.2.4'
        plugins 'display', 'lifecycle', 'statusbar', 'storage'
    }
}

Standalone

You can also use the library as a standalone dependency. You only need to define the following dependency:

Gradle
dependencies {
    compile 'com.gluonhq:connect:1.4.3'
}
Maven
<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>connect</artifactId>
    <version>1.4.3</version>
</dependency>
com.gluonhq

Gluon Software

Build one mobile application using one cross-platform Java API, and deploy to all platforms.

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

Версия
2.0.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0