Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-web |
Version | Version2.10.0 |
Type | Typejar |
Filename | Size |
---|---|
log4j-web-2.10.0.pom | |
log4j-web-2.10.0.jar | 31 KB |
log4j-web-2.10.0-test-sources.jar | 21 KB |
log4j-web-2.10.0-sources.jar | 27 KB |
log4j-web-2.10.0-javadoc.jar | 93 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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-web/
implementation 'org.apache.logging.log4j:log4j-web:2.10.0'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-web/
implementation ("org.apache.logging.log4j:log4j-web:2.10.0")
'org.apache.logging.log4j:log4j-web:jar:2.10.0'
<dependency org="org.apache.logging.log4j" name="log4j-web" rev="2.10.0">
<artifact name="log4j-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-web', version='2.10.0')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-web" % "2.10.0"
[org.apache.logging.log4j/log4j-web "2.10.0"]