Registry / web-framework / jooby
library1.6.9javamavenunverified

A modular micro web framework for Java and Kotlin with a focus on simplicity and performance.

<dependency> <groupId>org.jooby</groupId> <artifactId>jooby</artifactId> <version>1.6.9</version> </dependency>
INSTALL
IMPORT
SIG · JOOBY
J
jooby
web-frameworkjavav1.6.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jooby
io.jooby.Jooby

Defines a simple web server with a single GET route.

import io.jooby.Jooby; public class App extends Jooby { { get("/", ctx -> "Hello, World!"); } public static void main(String[] args) { runApp(args, App::new); } }
Debug
Known issues
breakingJooby 1.x uses a different API than 2.x; routes are defined differently.
fix
If upgrading from 1.x, migrate to the new lambda-based route definitions.
affects: >=2.0.0
Upgrade
Version history
1.6.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jooby — mvn dependency:get jooby · libregistry