Registry / utility / groovy-templates

groovy-templates

JSON →
library3.0.25javamavenunverified

Groovy Templates provides template engine support for the Groovy language, enabling dynamic text generation with Groovy syntax.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-templates</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-TEMPLATES
G
groovy-templates
utilityjavav3.0.25
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.

SimpleTemplateEngine
groovy.text.SimpleTemplateEngine

Creates a template with a variable and renders it.

import groovy.text.SimpleTemplateEngine; SimpleTemplateEngine engine = new SimpleTemplateEngine(); String result = engine.createTemplate("Hello ${name}").make([name: "World"]).toString(); System.out.println(result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
groovy-templates — mvn dependency:get groovy-templates · libregistry