All Downloads are FREE. Search and download functionalities are using the official Maven repository.

refcodes-component-ext-observer.3.3.6.source-code.module-info Maven / Gradle / Ivy

Go to download

Artifact for providing event based extended functionality for the refcodes-component artifact.

There is a newer version: 3.3.8
Show newest version
module org.refcodes.component.ext.observer {
	requires transitive org.refcodes.component;
	requires transitive org.refcodes.controlflow;
	requires transitive org.refcodes.exception;
	requires transitive org.refcodes.mixin;
	requires transitive org.refcodes.observer;
	requires java.logging;

	exports org.refcodes.component.ext.observer;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy