License |
License |
---|---|
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdspring-paper-trail |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-paper-trail
Add automatic audit trail to all stateful HTTP requests by the annotation @EnablePaperTrail
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-paper-trail-0.1.0.pom | |
spring-paper-trail-0.1.0.jar | 13 KB |
spring-paper-trail-0.1.0-sources.jar | 12 KB |
spring-paper-trail-0.1.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/spring-paper-trail/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>spring-paper-trail</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/spring-paper-trail/
implementation 'com.github.wnameless:spring-paper-trail:0.1.0'
// https://jarcasting.com/artifacts/com.github.wnameless/spring-paper-trail/
implementation ("com.github.wnameless:spring-paper-trail:0.1.0")
'com.github.wnameless:spring-paper-trail:jar:0.1.0'
<dependency org="com.github.wnameless" name="spring-paper-trail" rev="0.1.0">
<artifact name="spring-paper-trail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='spring-paper-trail', version='0.1.0')
)
libraryDependencies += "com.github.wnameless" % "spring-paper-trail" % "0.1.0"
[com.github.wnameless/spring-paper-trail "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.2.5.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.5.RELEASE |
org.springframework.data : spring-data-commons | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.2.5.RELEASE |
org.springframework.boot : spring-boot-starter-data-mongodb | jar | 1.2.5.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 1.2.5.RELEASE |
com.h2database : h2 | jar | 1.4.187 |
com.zaxxer : HikariCP | jar | 2.2.5 |
cz.jirutka.spring : embedmongo-spring | jar | 1.3.1 |
com.google.guava : guava | jar | 18.0 |
org.springframework.boot : spring-boot-starter-test | jar | 1.2.5.RELEASE |