# Valtimo GZAC dependencies

## Dependencies

In order to create an implementation using the GZAC edition, the Valtimo GZAC dependencies module can be added as a dependency. This includes the most common modules that are used by Valtimo GZAC implementations, including the [Valtimo dependencies](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/valtimo-dependencies). 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-gzac-dependencies</artifactId>
    </dependency>
</dependencies>

```

#### Gradle dependency:

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

### Dependencies

The following modules are added when a dependency on Valtimo GZAC dependencies is added:

* [Valtimo dependencies](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/core/valtimo-dependencies)
* [Besluiten API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/besluiten-api)
* [Catalogi API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/catalogi-api)
* [Documenten API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/documenten-api)
* [Haalcentraal BRP](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/haalcentraal-brp)
* [Notificaties API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/notificaties-api)
* [Notificaties API authentication](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/notificaties-api-authentication)
* [Object management](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/object-management)
* [Objecten API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/objecten-api)
* [Objecten API authentication](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/objecten-api-authentication)
* [Objecttypen API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/objecttypen-api)
* [Portaaltaak](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/portaaltaak)
* [Verzoek](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/verzoek)
* [Zaken API](https://docs.valtimo.nl/v12/fundamentals/getting-started/modules/zgw/zaken-api)
