| License | License | 
|---|---|
| Categories | CategoriesLogging Application Layer Libs | 
| GroupId | GroupIdorg.apache.logging.log4j | 
| ArtifactId | ArtifactIdlog4j-bom | 
| Last Version | Last Version2.17.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionApache Log4j BOM Apache Log4j Bill of Materials | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| log4j-bom-2.17.2.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-bom/ -->
<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-bom</artifactId>
    <version>2.17.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-bom/
implementation 'org.apache.logging.log4j:log4j-bom:2.17.2'// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-bom/
implementation ("org.apache.logging.log4j:log4j-bom:2.17.2")'org.apache.logging.log4j:log4j-bom:pom:2.17.2'<dependency org="org.apache.logging.log4j" name="log4j-bom" rev="2.17.2">
  <artifact name="log4j-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-bom', version='2.17.2')
)libraryDependencies += "org.apache.logging.log4j" % "log4j-bom" % "2.17.2"[org.apache.logging.log4j/log4j-bom "2.17.2"]