
ic.http-sse-se.1.0.1.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 http-sse-se Show documentation
Show all versions of http-sse-se Show documentation
A standalone HTTP SSE server can be bootstrapped for receiving and sending SSE (Server-Sent-Events). SSE producers and consumers can be defined via annotations. A standalone mode is also provided including SSL support.
The newest version!
module com.airepublic.http.sse.se {
exports com.airepublic.http.sse.se;
requires transitive com.airepublic.http.sse.api;
requires com.airepublic.http.sse.impl;
requires com.airepublic.http.common;
requires com.airepublic.reflections;
requires java.logging;
requires jakarta.enterprise.cdi.api;
requires jakarta.inject;
requires java.annotation;
requires openwebbeans.se;
// requires openwebbeans.impl;
requires jdk.unsupported;
opens com.airepublic.http.sse.se;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy