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

.web.3.7.0.source-code.module-info Maven / Gradle / Ivy

Go to download

HTTP server extensions to ease the development of dynamic Web applications.

The newest version!

module com.hexagonkt.web {

    requires transitive kotlin.stdlib;
    requires transitive com.hexagonkt.http;
    requires transitive com.hexagonkt.http_server;
    requires transitive com.hexagonkt.templates;

    exports com.hexagonkt.web;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy