License |
License |
---|---|
GroupId | GroupIdcom.spt-development |
ArtifactId | ArtifactIdspt-development-audit-spring |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionaudit-spring
Adds auditing to your project through the use of annotations typically added to Service methods.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.spt-development/spt-development-audit-spring/ -->
<dependency>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-audit-spring</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spt-development/spt-development-audit-spring/
implementation 'com.spt-development:spt-development-audit-spring:1.0.1'
// https://jarcasting.com/artifacts/com.spt-development/spt-development-audit-spring/
implementation ("com.spt-development:spt-development-audit-spring:1.0.1")
'com.spt-development:spt-development-audit-spring:jar:1.0.1'
<dependency org="com.spt-development" name="spt-development-audit-spring" rev="1.0.1">
<artifact name="spt-development-audit-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spt-development', module='spt-development-audit-spring', version='1.0.1')
)
libraryDependencies += "com.spt-development" % "spt-development-audit-spring" % "1.0.1"
[com.spt-development/spt-development-audit-spring "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.3.2 |
org.springframework : spring-tx | jar | 5.3.2 |
org.springframework : spring-jms Optional | jar | 5.3.2 |
org.springframework : spring-web | jar | 5.3.2 |
org.springframework.security : spring-security-core | jar | 5.4.2 |
org.springframework.security.oauth : spring-security-oauth2 Optional | jar | 2.3.7.RELEASE |
com.spt-development : spt-development-cid | jar | 1.1.0 |
com.google.code.gson : gson | jar | 2.8.6 |
javax.jms : javax.jms-api | jar | 2.0 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.aspectj : aspectjweaver | jar | 1.9.6 |
org.projectlombok : lombok | jar | 1.18.16 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
com.spt-development : spt-development-test | jar | 1.0.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.6.28 |
org.springframework : spring-test | jar | 5.3.2 |
org.apache.commons : commons-collections4 | jar | 4.4 |