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

manqed.jeflect.4.1.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
open module com.github.romanqed.jeflect {
    // Imports
    requires java.instrument;
    requires org.objectweb.asm;
    requires org.objectweb.asm.commons;
    requires com.github.romanqed.jfunc;
    // Exports
    exports com.github.romanqed.jeflect;
    exports com.github.romanqed.jeflect.meta;
    exports com.github.romanqed.jeflect.fields;
    exports com.github.romanqed.jeflect.lambdas;
    exports com.github.romanqed.jeflect.parsers;
    exports com.github.romanqed.jeflect.transformers;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy