Gluon Connect


License

License

GroupId

GroupId

com.gluonhq
ArtifactId

ArtifactId

connect
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Gluon Connect
Gluon Connect
Project URL

Project URL

https://gluonhq.com/products/mobile/connect/
Source Code Management

Source Code Management

https://github.com/gluonhq/connect

Download connect

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
jakarta.json : jakarta.json-api jar 1.1.5

runtime (1)

Group / Artifact Type Version
javax.xml.bind : jaxb-api jar 2.3.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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