| License | License | 
|---|---|
| Categories | CategoriesLogstash Application Layer Libs Logging | 
| GroupId | GroupIdse.fnord | 
| ArtifactId | ArtifactIdlog4j2-logstash-bom | 
| Last Version | Last Version0.8 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionlog4j2-logstash-bom Bill of materials for log4j2-logstash projects | 
| Filename | Size | 
|---|---|
| log4j2-logstash-bom-0.8.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/se.fnord/log4j2-logstash-bom/ -->
<dependency>
    <groupId>se.fnord</groupId>
    <artifactId>log4j2-logstash-bom</artifactId>
    <version>0.8</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/se.fnord/log4j2-logstash-bom/
implementation 'se.fnord:log4j2-logstash-bom:0.8'// https://jarcasting.com/artifacts/se.fnord/log4j2-logstash-bom/
implementation ("se.fnord:log4j2-logstash-bom:0.8")'se.fnord:log4j2-logstash-bom:pom:0.8'<dependency org="se.fnord" name="log4j2-logstash-bom" rev="0.8">
  <artifact name="log4j2-logstash-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='se.fnord', module='log4j2-logstash-bom', version='0.8')
)libraryDependencies += "se.fnord" % "log4j2-logstash-bom" % "0.8"[se.fnord/log4j2-logstash-bom "0.8"]