refcodes-decoupling-ext-application.3.2.6.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 refcodes-decoupling-ext-application Show documentation
Show all versions of refcodes-decoupling-ext-application Show documentation
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.
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