License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-audit |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionLog4j Audit
Apache Log4j Audit
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4j-audit-1.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-audit/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-audit</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-audit/
implementation 'org.apache.logging.log4j:log4j-audit:1.0.1'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-audit/
implementation ("org.apache.logging.log4j:log4j-audit:1.0.1")
'org.apache.logging.log4j:log4j-audit:pom:1.0.1'
<dependency org="org.apache.logging.log4j" name="log4j-audit" rev="1.0.1">
<artifact name="log4j-audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-audit', version='1.0.1')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-audit" % "1.0.1"
[org.apache.logging.log4j/log4j-audit "1.0.1"]