Valtimo dependencies

Dependencies

In order to create an implementation, the Valtimo dependencies module can be added as a dependency. This includes the most common modules that are used by Valtimo implementations. The following can be added to your project, depending on whether Maven or Gradle is used:

Backend

The samples below assume the valtimo-dependency-versions module is used. If not, please specify the artifact version as well.

Maven dependency:

<dependencies>
    <dependency>
        <groupId>com.ritense.valtimo</groupId>
        <artifactId>valtimo-dependencies</artifactId>
    </dependency>
</dependencies>

Gradle dependency:

dependencies {
  implementation("com.ritense.valtimo:valtimo-dependencies")
}

Configuration

Please check the individual pages of the individual dependencies for any required configuration:

Last updated