Registry / web-framework / ninja-core

ninja-core

JSON →
library7.0.0javamavenunverified

Core module of the Ninja web framework, a full-stack Java web framework for building robust web applications.

<dependency> <groupId>org.ninjaframework</groupId> <artifactId>ninja-core</artifactId> <version>7.0.0</version> </dependency>
INSTALL
IMPORT
SIG · NINJA-CORE
N
ninja-core
web-frameworkjavav7.0.0
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.

Context
ninja.Context

Create a simple controller action in Ninja.

import ninja.Context; import ninja.Result; import ninja.Results; public class MyController { public Result index(Context context) { return Results.html().render("Hello, Ninja!"); } }
Debug
Known issues
breakingNinja 7.x uses Java 17+; older versions use Java 8.
fix
Ensure your Java version matches the Ninja version requirements.
affects: >=7.0.0
Upgrade
Version history
7.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ninja-core — mvn dependency:get ninja-core · libregistry