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

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

The newest version!
open module com.github.romanqed.jeflect.transform {
    // Imports
    requires java.instrument;
    requires org.objectweb.asm;
    requires com.github.romanqed.jeflect;
    // Exports
    exports com.github.romanqed.jeflect.transform;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy