Valtimo GZAC dependencies
Last updated
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. The following can be added to your project, depending on whether Maven or Gradle is used:
The samples below assume the valtimo-dependency-versions module is used. If not, please specify the artifact version as well.
<dependencies>
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>valtimo-gzac-dependencies</artifactId>
</dependency>
</dependencies>
dependencies {
implementation("com.ritense.valtimo:valtimo-gzac-dependencies")
}The following modules are added when a dependency on Valtimo GZAC dependencies is added:
Last updated