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

refcodes-decoupling.3.2.5.source-code.module-info Maven / Gradle / Ivy

Go to download

Artifact for breaking up dependencies between components or modules of a software system (dependency injection and inversion of control).

There is a newer version: 3.3.8
Show newest version
module org.refcodes.decoupling {
	exports org.refcodes.decoupling;

	requires org.refcodes.exception;
	requires org.refcodes.textual;
	requires transitive org.refcodes.mixin;
	requires java.logging;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy