flu-producer-springmvc.3.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 jflu-producer-springmvc Show documentation
Show all versions of jflu-producer-springmvc Show documentation
JFlu Connector to emit event when Spring controllers are called
The newest version!
module jflu.producer.springmvc {
requires org.slf4j;
requires jflu.core;
requires spring.webmvc;
requires spring.web;
requires javax.servlet.api;
exports be.looorent.jflu.springmvc;
}