Registry / other / sakai-kernel-api

sakai-kernel-api

JSON →
library1.3.3javamavenunverified

The Sakai kernel provides core functionality for the Sakai framework, including services for authentication, authorization, and event management.

<dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-api</artifactId> <version>1.3.3</version> </dependency>
INSTALL
IMPORT
SIG · SAKAI-KERNEL-API
S
sakai-kernel-api
otherjavav1.3.3
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.

Kernel
org.sakaiproject.kernel.api.Kernel

Shows how to obtain the Sakai Kernel instance.

import org.sakaiproject.kernel.api.Kernel; public class Example { public static void main(String[] args) { Kernel kernel = Kernel.getInstance(); System.out.println("Kernel initialized: " + kernel); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sakai-kernel-api — mvn dependency:get sakai-kernel-api · libregistry