Registry / utility / stringtemplate

stringtemplate

JSON →
library4.0.2javamavenunverified

StringTemplate is a Java template engine for generating source code, web pages, emails, or any formatted text output, enforcing strict model-view separation.

<dependency> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · STRINGTEMPLATE
S
stringtemplate
utilityjavav4.0.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.

ST
org.stringtemplate.v4.ST

Render a simple template with StringTemplate

import org.stringtemplate.v4.ST; public class Example { public static void main(String[] args) { ST st = new ST("Hello, <name>!"); st.add("name", "World"); System.out.println(st.render()); } }
Debug
Known issues
breakingVersion 4.x has breaking API changes from 3.x
fix
Update template syntax and API calls when migrating from 3.x to 4.x
affects: >=4.0.0
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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