Last Version

spring-paper-trail 0.3.0

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

License

License

GroupId

GroupId

com.github.wnameless.spring
ArtifactId

ArtifactId

spring-paper-trail
Version

Version

0.3.0
Type

Type

jar
Description

Description

spring-paper-trail
Add automatic audit trail to all stateful HTTP requests by the annotation @EnablePaperTrail
Project URL

Project URL

https://github.com/wnameless/spring-paper-trail
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-paper-trail 0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-paper-trail/
implementation 'com.github.wnameless.spring:spring-paper-trail:0.3.0'
// https://jarcasting.com/artifacts/com.github.wnameless.spring/spring-paper-trail/
implementation ("com.github.wnameless.spring:spring-paper-trail:0.3.0")
'com.github.wnameless.spring:spring-paper-trail:jar:0.3.0'
<dependency org="com.github.wnameless.spring" name="spring-paper-trail" rev="0.3.0">
  <artifact name="spring-paper-trail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.spring', module='spring-paper-trail', version='0.3.0')
)
libraryDependencies += "com.github.wnameless.spring" % "spring-paper-trail" % "0.3.0"
[com.github.wnameless.spring/spring-paper-trail "0.3.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.0.Final
org.jboss.spec.javax.transaction : jboss-transaction-api_1.2_spec jar 1.0.0.Final
javax.interceptor : javax.interceptor-api jar 1.2

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.2.8.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.2.8.RELEASE
org.springframework.data : spring-data-commons jar

test (9)

Group / Artifact Type Version
com.google.code.bean-matchers : bean-matchers jar 0.9
org.springframework.boot : spring-boot-starter-data-jpa jar 1.2.8.RELEASE
org.springframework.boot : spring-boot-starter-data-mongodb jar 1.2.8.RELEASE
org.springframework.boot : spring-boot-starter-security jar 1.2.8.RELEASE
com.h2database : h2 jar 1.4.190
com.zaxxer : HikariCP jar 2.2.5
cz.jirutka.spring : embedmongo-spring jar 1.3.1
com.google.guava : guava jar 19.0
org.springframework.boot : spring-boot-starter-test jar 1.2.8.RELEASE

Project Modules

There are no modules declared in this project.