refcodes-decoupling.3.2.7.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 Show documentation
Show all versions of refcodes-decoupling Show documentation
Artifact for breaking up dependencies between components or modules of
a software system (dependency injection and inversion of control).
module org.refcodes.decoupling {
exports org.refcodes.decoupling;
requires org.refcodes.exception;
requires org.refcodes.textual;
requires transitive org.refcodes.mixin;
requires java.logging;
requires org.refcodes.runtime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy