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

etty.ee8.jetty-ee8-proxy.12.0.12.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 12.0.13
Show newest version
module org.eclipse.jetty.ee8.proxy {
    requires transitive jetty.servlet.api;
    requires transitive org.eclipse.jetty.client;
    requires transitive org.eclipse.jetty.server;
    requires transitive org.slf4j;
    exports org.eclipse.jetty.ee8.proxy;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy