pment.simplehttpserver.4.4.2.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 simplehttpserver Show documentation
Show all versions of simplehttpserver Show documentation
📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations
The newest version!
module simplehttpserver {
requires jdk.httpserver;
requires java.net.http; // test requirement
exports com.kttdevelopment.simplehttpserver.handler;
exports com.kttdevelopment.simplehttpserver;
}