Registry / utility / jade4j

jade4j

JSON →
library1.3.2javamavenunverified

Java implementation of the Jade templating language, used for generating HTML templates.

<dependency> <groupId>de.neuland-bfi</groupId> <artifactId>jade4j</artifactId> <version>1.3.2</version> </dependency>
INSTALL
IMPORT
SIG · JADE4J
J
jade4j
utilityjavav1.3.2
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.

Jade4J
de.neuland.jade4j.Jade4J

Minimal rendering of a Jade template to HTML.

import de.neuland.jade4j.Jade4J; import java.util.HashMap; public class Example { public static void main(String[] args) throws Exception { String html = Jade4J.render("template.jade", new HashMap<>()); System.out.println(html); } }
Debug
Known issues
gotchaJade4j is no longer actively maintained; consider using Pug4j or Handlebars.
fix
Migrate to Pug4j (de.neuland:pug4j) for continued support.
affects: >=1.3.0
Upgrade
Version history
1.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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