Registry / web-framework / lift-webkit-2-9-2

lift-webkit-2-9-2

JSON →
library2.6.3javamavenunverified

WebKit library for the Lift web framework, providing HTTP request handling and view rendering.

<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-webkit_2.9.2</artifactId> <version>2.6.3</version> </dependency>
INSTALL
IMPORT
SIG · LIFT-WEBKIT-2-9-2
L
lift-webkit-2-9-2
web-frameworkjavav2.6.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.

LiftRules
net.liftweb.http.LiftRules

Configures a simple stateless dispatch rule for the Lift web framework.

import net.liftweb.http.LiftRules; LiftRules.statelessDispatchTable.append { case Req("hello" :: Nil, _, _) => () => Full(PlainTextResponse("Hello, World!")) }
Debug
Known issues
breakingScala version compatibility: lift-webkit_2.9.2 is compiled for Scala 2.9.2, which may not be compatible with newer Scala versions.
fix
Use a version of lift-webkit compiled for your Scala version (e.g., lift-webkit_2.13 for Scala 2.13).
affects: >=2.6.3
Upgrade
Version history
2.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lift-webkit-2-9-2 — mvn dependency:get lift-webkit-2-9-2 · libregistry