License |
License |
---|---|
Categories |
CategoriesSecurity Logging Application Layer Libs |
GroupId | GroupIdorg.owasp |
ArtifactId | ArtifactIdsecurity-logging-log4j |
Last Version | Last Version1.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWASP Security Logging Log4j
The OWASP Security Logging project provides developers and ops personnel with APIs for logging security-related events.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.owasp/security-logging-log4j/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>security-logging-log4j</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/security-logging-log4j/
implementation 'org.owasp:security-logging-log4j:1.1.7'
// https://jarcasting.com/artifacts/org.owasp/security-logging-log4j/
implementation ("org.owasp:security-logging-log4j:1.1.7")
'org.owasp:security-logging-log4j:jar:1.1.7'
<dependency org="org.owasp" name="security-logging-log4j" rev="1.1.7">
<artifact name="security-logging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='security-logging-log4j', version='1.1.7')
)
libraryDependencies += "org.owasp" % "security-logging-log4j" % "1.1.7"
[org.owasp/security-logging-log4j "1.1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.owasp : security-logging-common | jar | 1.1.7 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.16.0 |
org.apache.logging.log4j : log4j-core | jar | 2.16.0 |
org.apache.logging.log4j : log4j-api | jar | 2.16.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |
org.apache.logging.log4j : log4j-core | test-jar | 2.16.0 |