# 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](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/valtimo-dependency-versions) module is used. If not, please specify the artifact version as well.

#### Maven dependency:

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

```

#### Gradle dependency:

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

## Configuration

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

* [Audit](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/audit)
* [Authorization](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/authorization)
* [Case](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/case)
* Changelog
* [Connector](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/connector)
* [Contract](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/contract)
* [Core](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/core)
* [Dashboard](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/dashboard)
* Data provider
* [Document](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/document)
* [Exporter](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/exporter)
* [Form](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/form)
* [Form flow](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/form-flow)
* [Form flow Valtimo](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/form-flow-valtimo)
* [Importer](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/importer)
* Keycloak IAM
* Notes
* Plugin
* [Plugin Valtimo](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/plugin)
* [Process document](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/process-document)
* Process link
* [Temporary resource storage](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/temporary-resource-storage)
* Search
* [Value resolver](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/value-resolver)
* [Web](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/web)
