Team
Last updated
The team module provides a way to group users and manage their membership.
The team module is a transitive dependency of case, so no action should be necessary to enable the feature if the case module is used.
However, if more control is needed, the following can be added to your project:
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>team</artifactId>
</dependency>
</dependencies>dependencies {
implementation("com.ritense.valtimo:team")
}Last updated