Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-web |
Version | Version2.6.2 |
Type | Typejar |
Filename | Size |
---|---|
log4j-web-2.6.2.pom | |
log4j-web-2.6.2.jar | 24 KB |
log4j-web-2.6.2-sources.jar | 22 KB |
log4j-web-2.6.2-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-web/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-web</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-web/
implementation 'org.apache.logging.log4j:log4j-web:2.6.2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-web/
implementation ("org.apache.logging.log4j:log4j-web:2.6.2")
'org.apache.logging.log4j:log4j-web:jar:2.6.2'
<dependency org="org.apache.logging.log4j" name="log4j-web" rev="2.6.2">
<artifact name="log4j-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-web', version='2.6.2')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-web" % "2.6.2"
[org.apache.logging.log4j/log4j-web "2.6.2"]