helpers
This module holds utilities not used in other libraries of the toolkit, but useful for client applications. Check the packages' documentation for more details.
Install the Dependency
If you want to use these utilities, you can import this module with the following code:
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
implementation("com.hexagontk:helpers:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagontk helpers $hexagonVersion
```
Content copied to clipboard