SeedStack audit function
Provides auditing capabilities on code execution.
Copyright and license
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.
License |
License |
---|---|
GroupId | GroupIdorg.seedstack.addons.audit |
ArtifactId | ArtifactIdaudit-core |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClean Java development
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
audit-core-3.0.1.pom | |
audit-core-3.0.1.jar | 14 KB |
audit-core-3.0.1-sources.jar | 8 KB |
audit-core-3.0.1-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-core/ -->
<dependency>
<groupId>org.seedstack.addons.audit</groupId>
<artifactId>audit-core</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-core/
implementation 'org.seedstack.addons.audit:audit-core:3.0.1'
// https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-core/
implementation ("org.seedstack.addons.audit:audit-core:3.0.1")
'org.seedstack.addons.audit:audit-core:jar:3.0.1'
<dependency org="org.seedstack.addons.audit" name="audit-core" rev="3.0.1">
<artifact name="audit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.audit', module='audit-core', version='3.0.1')
)
libraryDependencies += "org.seedstack.addons.audit" % "audit-core" % "3.0.1"
[org.seedstack.addons.audit/audit-core "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.seedstack.addons.audit : audit-specs | jar | 3.0.1 |
org.seedstack.seed : seed-security-core | jar | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.el : javax.el-api | jar | 3.0.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.seedstack.seed : seed-testing-junit4 | jar | 3.10.0 |
org.assertj : assertj-core | jar | 3.12.1 |
org.mockito : mockito-core | jar | 2.23.4 |
de.odysseus.juel : juel-impl | jar | 2.2.7 |
de.odysseus.juel : juel-spi | jar | 2.2.7 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Provides auditing capabilities on code execution.
This source code is copyrighted by The SeedStack Authors and released under the terms of the Mozilla Public License 2.0.