Skip to content

torakiki/RxJavaFX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJavaFX: JavaFX bindings for RxJava

This is a fork of the original repository of RxJavaFX.

It's a follow up on this comment and it's the minimal work needed to make it up and running using RxJava version 3.x. As per the comment, the library has been repackaged on a different domain and released to Maven Central.

This library is released for our needs and to be easily available to our products, you can use it but don't expect any active maintenance.

A PDF version of the guide written by the original author is available here given the original link is now dead.

It requires JDK 11

Maven:

<dependency>
    <groupId>org.pdfsam.rxjava3</groupId>
    <artifactId>rxjavafx</artifactId>
    <version>3.x.y</version>
</dependency>

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

RxJava bindings for JavaFX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%