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