x320.kiwi.2.4.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kiwi Show documentation
Show all versions of kiwi Show documentation
Reactive programming library
The newest version!
module com.github.tix.kiwi {
requires com.github.tix.skimp;
exports com.github.tix320.kiwi.api.reactive;
exports com.github.tix320.kiwi.api.reactive.observable;
exports com.github.tix320.kiwi.api.reactive.publisher;
exports com.github.tix320.kiwi.api.reactive.property;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy