Registry / template-engine / velocity-tools

velocity-tools

JSON →
library2.0javamavenunverified

Collection of tools and infrastructure for web and non-web applications using the Velocity template engine.

<dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-tools</artifactId> <version>2.0</version> </dependency>
INSTALL
IMPORT
SIG · VELOCITY-TOOLS
V
velocity-tools
template-enginejavav2.0
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.

DateTool
org.apache.velocity.tools.generic.DateTool

Format dates using Velocity DateTool.

import org.apache.velocity.tools.generic.DateTool; DateTool tool = new DateTool(); String formatted = tool.format("yyyy-MM-dd", new java.util.Date()); System.out.println(formatted);
Debug
Known issues
breakingVelocity Tools 2.0 requires Velocity 1.7+; older versions may have compatibility issues.
fix
Ensure you use Velocity 1.7 or later.
affects: 2.0
Upgrade
Version history
2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
velocity-tools — mvn dependency:get velocity-tools · libregistry