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

refcodes-decoupling-ext-application.3.2.6.source-code.module-info Maven / Gradle / Ivy

Go to download

Artifact extending the refcodes-decoupling artifact with out of the box application functionality such as properties management (alongside profiles support) and CLI support, an event bus (application bus) as well as lifecycle management.

There is a newer version: 3.3.8
Show newest version
module org.refcodes.decoupling.ext.application {
	requires transitive org.refcodes.decoupling;
	requires transitive org.refcodes.properties.ext.application;
	requires org.refcodes.eventbus.ext.application;

	exports org.refcodes.decoupling.ext.application;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy