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

es.module-webserver-undertow.2.0.5.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
/**
 * Module for the undertow web server.
 * @author Grégory Van den Borre
 */
open module be.yildizgames.module.webserver.undertow {

    requires undertow.core;
    requires com.fasterxml.jackson.databind;
    requires com.fasterxml.jackson.dataformat.yaml;
    requires jdk.unsupported;

    exports be.yildizgames.module.webserver;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy