OWASP Security Logging Common

The OWASP Security Logging project provides developers and ops personnel with APIs for logging security-related events.

License

License

Categories

Categories

Security Logging Application Layer Libs
GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

security-logging-common
Last Version

Last Version

1.1.7
Release Date

Release Date

Type

Type

jar
Description

Description

OWASP Security Logging Common
The OWASP Security Logging project provides developers and ops personnel with APIs for logging security-related events.
Project URL

Project URL

https://www.owasp.org/index.php/OWASP_Security_Logging_Project
Source Code Management

Source Code Management

https://github.com/javabeanz/owasp-security-logging

Download security-logging-common

How to add to project

<!-- https://jarcasting.com/artifacts/org.owasp/security-logging-common/ -->
<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>security-logging-common</artifactId>
    <version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/security-logging-common/
implementation 'org.owasp:security-logging-common:1.1.7'
// https://jarcasting.com/artifacts/org.owasp/security-logging-common/
implementation ("org.owasp:security-logging-common:1.1.7")
'org.owasp:security-logging-common:jar:1.1.7'
<dependency org="org.owasp" name="security-logging-common" rev="1.1.7">
  <artifact name="security-logging-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='security-logging-common', version='1.1.7')
)
libraryDependencies += "org.owasp" % "security-logging-common" % "1.1.7"
[org.owasp/security-logging-common "1.1.7"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.0