Group: Lievit
Sort by:Popular

1.Lievit (core)5 usages

dev.lievit » lievit-core Apache

The lievit public API (seven annotations), the stateless wire protocol (snapshot codec, HMAC-SHA-256 signing, error model), the template-adapter SPI, and the component mount/render lifecycle. The wire codec is pure Java, zero Spring (ADR-0007).
Last Release on Jun 26, 2026
The authoring/compile layer (ADR-0023): deterministic wire:key generation (lw-crc32(template)-counter, the morph anchor for keyed children in loops), <lievit:...> tag compilation into a mount declaration, and the single-file component compilation ...
Last Release on Jun 26, 2026
Single-file component authoring: a type-safe HTML builder (elements, attributes, children, escape-by-default, l:* wire bindings) plus a TemplateAdapter that renders a component's @LievitRender Html tree through the same wire pipeline as a template ...
Last Release on Jun 26, 2026
JTE template adapter for lievit: the canonical primary engine (type-safe, ADR-0004). Wraps gg.jte.TemplateEngine directly; engine-agnostic, independent of the other adapters (ArchUnit-enforced).
Last Release on Jun 26, 2026
The single primary dependency: Spring Boot 4 autoconfiguration that wires the wire codec, the component registry, the dispatcher, the JTE adapter, and the POST /lievit/{id}/call endpoint (ADR-0008). The web layer lives here, never in the codec ...
Last Release on Jun 26, 2026
lievit-ui component registry as a Maven jar. Delivers the JTE component partials as classpath resources under lievit/** (consumable via the unpack+merge+precompile recipe) and the compiled icon SPI (LievitIcons / IconResolver / ...
Last Release on Jun 26, 2026

7.Lievit (cli)

dev.lievit » lievit-cli Apache

Thin developer CLI for lievit: `lievit new` (project scaffold), `lievit dev` (live-reload via spring-boot:run + devtools), `lievit doctor` (Java/Maven/project sanity checks). Standalone Java 25 fat-jar, NOT a Spring Boot app.
Last Release on Jun 26, 2026
lievit-kit: the "Filament for Spring" admin layer, an in-monorepo module on the lievit runtime (ADR-0008, amended 2026-06-17). Resource + Panel + Form/Table builders (a shared Schema parent from v0.1) + RenderHook extension points + a ...
Last Release on Jun 26, 2026

9.Lievit (parent)

dev.lievit » lievit-parent Apache

HTML over the wire for Spring. Type-safe.
Last Release on Jun 26, 2026

10.Lievit Maven Plugin

dev.lievit » lievit-maven-plugin Apache

Maven plugin that stages lievit-ui JTE templates for precompilation. Implements the RFC 0036 import recipe (unpack + merge + stage) as a single stage-templates goal, replacing the 3-plugin hand-wiring in import-poc.
Last Release on Jun 26, 2026