refcodes-io-ext-observable.2.0.2.source-code.module-info.off Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-io-ext-observable Show documentation
Show all versions of refcodes-io-ext-observable Show documentation
The refcodes-io-ext-observable artifact extends the refcodes-io artifact
with a observable functionality.
module org.refcodes.io.ext.observable {
// requires static org.junit.jupiter.api;
requires org.refcodes.exception;
requires transitive org.refcodes.component;
requires transitive org.refcodes.component.ext.observer;
requires transitive org.refcodes.controlflow;
requires transitive org.refcodes.io;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.observer;
exports org.refcodes.connection.ext.observable;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy