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

pment.simplehttpserver.4.1.0.source-code.module-info Maven / Gradle / Ivy

Go to download

📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations

There is a newer version: 4.4.2
Show newest version
module simplehttpserver {

    requires jdk.httpserver;
    requires java.net.http; // test requirement
    exports com.kttdevelopment.simplehttpserver.handler;
    exports com.kttdevelopment.simplehttpserver.var;
    exports com.kttdevelopment.simplehttpserver;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy