y-http-server-rest.4.1.66.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netty-http-server-rest Show documentation
Show all versions of netty-http-server-rest Show documentation
HTTP client and server for Netty
module org.xbib.netty.http.server.rest {
exports org.xbib.netty.http.server.rest;
exports org.xbib.netty.http.server.rest.util;
requires org.xbib.netty.http.server;
requires io.netty.transport;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy