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