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