is not current version
Last Version 0.3.0

com.github.wnameless.spring:spring-paper-trail 0.2.0

Add automatic audit trail to all stateful HTTP requests by the annotation @EnablePaperTrail

GroupId

GroupId

com.github.wnameless.spring
ArtifactId

ArtifactId

spring-paper-trail
Version

Version

0.2.0
Type

Type

jar

Download spring-paper-trail 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-paper-trail/ -->
<dependency>
    <groupId>com.github.wnameless.spring</groupId>
    <artifactId>spring-paper-trail</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-paper-trail/
implementation 'com.github.wnameless.spring:spring-paper-trail:0.2.0'
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-paper-trail/
implementation ("com.github.wnameless.spring:spring-paper-trail:0.2.0")
'com.github.wnameless.spring:spring-paper-trail:jar:0.2.0'
<dependency org="com.github.wnameless.spring" name="spring-paper-trail" rev="0.2.0">
  <artifact name="spring-paper-trail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.spring', module='spring-paper-trail', version='0.2.0')
)
libraryDependencies += "com.github.wnameless.spring" % "spring-paper-trail" % "0.2.0"
[com.github.wnameless.spring/spring-paper-trail "0.2.0"]