helpers

This module holds utilities meant to be used by clients (not used in other libraries of the toolkit).

Install the Dependency

You can import this module with the following code:

=== "build.gradle"

```groovy
repositories {
    mavenCentral()
}

implementation("com.hexagonkt:helpers:$hexagonVersion")
```

=== "pom.xml"

```xml

  com.hexagonkt
  helpers
  $hexagonVersion

```

Packages

Link copied to clipboard

General utilities.