is not current version
Last Version 9.13.0.RELEASE

com.ritense.valtimo:audit 9.6.1.RELEASE

The audit module allows you to process audit events to create an audit log for all steps taken

GroupId

GroupId

com.ritense.valtimo
ArtifactId

ArtifactId

audit
Version

Version

9.6.1.RELEASE
Type

Type

pom

Download audit 9.6.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/audit/ -->
<dependency>
    <groupId>com.ritense.valtimo</groupId>
    <artifactId>audit</artifactId>
    <version>9.6.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/audit/
implementation 'com.ritense.valtimo:audit:9.6.1.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/audit/
implementation ("com.ritense.valtimo:audit:9.6.1.RELEASE")
'com.ritense.valtimo:audit:pom:9.6.1.RELEASE'
<dependency org="com.ritense.valtimo" name="audit" rev="9.6.1.RELEASE">
  <artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='audit', version='9.6.1.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "audit" % "9.6.1.RELEASE"
[com.ritense.valtimo/audit "9.6.1.RELEASE"]