Categories |
CategoriesLogstash Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.vlkan.log4j2 |
ArtifactId | ArtifactIdlog4j2-logstash-layout-parent |
Version | Version0.21.2 |
Type | Typepom |
Filename | Size |
---|---|
log4j2-logstash-layout-parent-0.21.2.pom | 14 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>0.21.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.log4j2/log4j2-logstash-layout-parent/
implementation 'com.vlkan.log4j2:log4j2-logstash-layout-parent:0.21.2'
// https://jarcasting.com/artifacts/com.vlkan.log4j2/log4j2-logstash-layout-parent/
implementation ("com.vlkan.log4j2:log4j2-logstash-layout-parent:0.21.2")
'com.vlkan.log4j2:log4j2-logstash-layout-parent:pom:0.21.2'
<dependency org="com.vlkan.log4j2" name="log4j2-logstash-layout-parent" rev="0.21.2">
<artifact name="log4j2-logstash-layout-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.log4j2', module='log4j2-logstash-layout-parent', version='0.21.2')
)
libraryDependencies += "com.vlkan.log4j2" % "log4j2-logstash-layout-parent" % "0.21.2"
[com.vlkan.log4j2/log4j2-logstash-layout-parent "0.21.2"]