Fluent Commerce Logo
Docs

Getting Started with the Utility Bundles

How-to Guide

Author:

Holger Lierse

Changed on:

25 Aug 2025

Key Points

  • Dependencies: To get started, add the `util-core``util-dynamic`, and `util-test` artifacts as Maven dependencies to your project's `pom.xml`.
  • Simple Usage: Utility classes can be called directly from within your Rules. The most common helpers are static methods that take the `Context` object as a parameter.
  • Build Integration: Once the dependencies are added, `mvn clean install` will automatically download the libraries and make them available to your project.
  • Explore the Docs: This guide is the first step. For detailed information on every class and method, explore the other documentation articles and refer to the JavaDocs in your IDE.

Steps