Registry / utility / jamon-runtime

jamon-runtime

JSON →
library2.4.1javamavenunverified

Runtime support classes for the Jamon template engine, providing template execution and rendering capabilities.

<dependency> <groupId>org.jamon</groupId> <artifactId>jamon-runtime</artifactId> <version>2.4.1</version> </dependency>
INSTALL
IMPORT
SIG · JAMON-RUNTIME
J
jamon-runtime
utilityjavav2.4.1
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.

Template
org.jamon.Template

Creates a Jamon template, sets its source, and renders it with a parameter.

import org.jamon.Template; Template template = new Template(); template.setSource("Hello, ${name}!"); String result = template.render("name", "World"); System.out.println(result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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