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

yaframework.amaya-di.1.3.1.source-code.module-info Maven / Gradle / Ivy

Go to download

A framework responsible for monitoring and automating the dependency injection process.

There is a newer version: 2.2.0
Show newest version
open module io.github.amayaframework.di {
    // Imports
    requires com.github.romanqed.jfunc;
    requires com.github.romanqed.jeflect;
    requires org.objectweb.asm;
    // Exports
    exports io.github.amayaframework.di;
    exports io.github.amayaframework.di.scheme;
    exports io.github.amayaframework.di.graph;
    exports io.github.amayaframework.di.stub;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy