a

audit

The audit module allows you to process audit events to create an audit log for all steps taken
https://github.com/valtimo-platform/valtimo-backend-libraries
Licensed under EUPL, Version 1.2 (the "License");
Team Valtimo
Files download
File Operation
audit-10.5.2.RELEASE.pom download
audit-10.5.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ritense.valtimo</groupId>
  <artifactId>audit</artifactId>
  <version>10.5.2.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ritense.valtimo:audit:10.5.2.RELEASE'
Gradle Kotlin
implementation("com.ritense.valtimo:audit:10.5.2.RELEASE")
Scala SBT
libraryDependencies += "com.ritense.valtimo" % "audit" % "10.5.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ritense.valtimo', module='audit', version='10.5.2.RELEASE')
)
Apache Ivy
<dependency org="com.ritense.valtimo" name="audit" rev="10.5.2.RELEASE" />
Leiningen
[com.ritense.valtimo/audit "10.5.2.RELEASE"]
Apache Buildr
'com.ritense.valtimo:audit:jar:10.5.2.RELEASE'