-httpserver-regexrouter.2024.12.05.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 jdk-httpserver-regexrouter Show documentation
Show all versions of jdk-httpserver-regexrouter Show documentation
Request router and dispatcher for the JDK's built-in HTTP server
The newest version!
module dev.mccue.jdk.httpserver.regexrouter {
requires static org.jetbrains.annotations;
requires transitive jdk.httpserver;
exports dev.mccue.jdk.httpserver.regexrouter;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy