| License | License | 
|---|---|
| Categories | CategoriesLogstash Application Layer Libs Logging | 
| GroupId | GroupIdcom.vlkan.log4j2 | 
| ArtifactId | ArtifactIdlog4j2-logstash-layout-parent | 
| Last Version | Last Version1.0.5 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionLog4j 2 Logstash Layout A Log4j 2 plugin providing Logstash-friendly JSON layout. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| log4j2-logstash-layout-parent-1.0.5.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.vlkan.log4j2/log4j2-logstash-layout-parent/ -->
<dependency>
    <groupId>com.vlkan.log4j2</groupId>
    <artifactId>log4j2-logstash-layout-parent</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.vlkan.log4j2/log4j2-logstash-layout-parent/
implementation 'com.vlkan.log4j2:log4j2-logstash-layout-parent:1.0.5'// https://jarcasting.com/artifacts/com.vlkan.log4j2/log4j2-logstash-layout-parent/
implementation ("com.vlkan.log4j2:log4j2-logstash-layout-parent:1.0.5")'com.vlkan.log4j2:log4j2-logstash-layout-parent:pom:1.0.5'<dependency org="com.vlkan.log4j2" name="log4j2-logstash-layout-parent" rev="1.0.5">
  <artifact name="log4j2-logstash-layout-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.vlkan.log4j2', module='log4j2-logstash-layout-parent', version='1.0.5')
)libraryDependencies += "com.vlkan.log4j2" % "log4j2-logstash-layout-parent" % "1.0.5"[com.vlkan.log4j2/log4j2-logstash-layout-parent "1.0.5"]