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

mal.jamal-debug.2.8.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
import javax0.jamal.api.Debugger;
import javax0.jamal.debugger.HttpServerDebugger;
import javax0.jamal.debugger.TcpServerDebugger;

module jamal.debug {
    opens ui;
    requires jamal.api;
    requires jamal.tools;
    requires jamal.engine;

    requires jdk.httpserver;

    provides Debugger with TcpServerDebugger, HttpServerDebugger;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy