SynchronizeFX

Aggregator and documentation project for all SynchronizeFX modules

License

License

GroupId

GroupId

de.saxsys.synchronizefx
ArtifactId

ArtifactId

parent
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

pom
Description

Description

SynchronizeFX
Aggregator and documentation project for all SynchronizeFX modules
Project URL

Project URL

https://github.com/saxsys/SynchronizeFX
Project Organization

Project Organization

Saxonia Systems AG
Source Code Management

Source Code Management

https://github.com/saxsys/SynchronizeFX

Download parent

Filename Size
parent-0.7.0.pom 10 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • synchronizefx-core
  • kryo-serializer
  • synchronizefx
  • transmitter/netty-transmitter
  • transmitter/tomcat-transmitter
  • transmitter/websocket-transmitter
  • demos/pinboarddemo-client
  • demos/pinboarddemo-server
  • demos/sliderdemo

SynchronizeFX

SynchronizeFX is a library for JavaFX 2 and later that enables property bindings between different JVMs, both on a local computer and over the network.

It's build for applications that need realtime synchronization of the UI or other data.

Authors

SynchronizeFX is developed by Saxonia Systems AG. The main developer is Raik Bieniek . Contributors are Alexander Casall, Manuel Mauky and Michael Thiele.

License

SynchronizeFX is released under the LGPLv3 license.

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.0