Getting Started
This guide gets the Office-stamper utils module working: add the dependency and build
from source.
Prerequisites
- A JDK matching the project baseline: Java 25 (Maven
releaseis set to 25; the runtime requires Java 17+). - Apache Maven 3.9+ (or the project’s Maven wrapper, if present).
Add the dependency
<dependency>
<groupId>pro.verron.office-stamper</groupId>
<artifactId>utils</artifactId>
<version>${project.version}</version>
</dependency>Build from source
git clone https://github.com/verronpro/office-stamper.git
cd office-stamper
mvn installutils is a low-level module consumed mainly by the engine and tools; most users will
not depend on it directly.
