2020-05-20 14:56:37 +02:00
|
|
|
module org.xbib.netty.http.server.api {
|
|
|
|
exports org.xbib.netty.http.server.api;
|
|
|
|
exports org.xbib.netty.http.server.api.annotation;
|
2020-07-06 00:08:07 +02:00
|
|
|
exports org.xbib.netty.http.server.api.security;
|
2021-02-02 16:35:18 +01:00
|
|
|
requires org.xbib.netty.http.common;
|
|
|
|
requires org.xbib.net.url;
|
|
|
|
requires io.netty.buffer;
|
|
|
|
requires io.netty.codec.http;
|
2020-05-20 14:56:37 +02:00
|
|
|
}
|