Categories |
CategoriesLogstash Application Layer Libs Logging |
---|---|
GroupId | GroupIdse.fnord |
ArtifactId | ArtifactIdlog4j2-logstash-layout |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/se.fnord/log4j2-logstash-layout/ -->
<dependency>
<groupId>se.fnord</groupId>
<artifactId>log4j2-logstash-layout</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.fnord/log4j2-logstash-layout/
implementation 'se.fnord:log4j2-logstash-layout:0.1'
// https://jarcasting.com/artifacts/se.fnord/log4j2-logstash-layout/
implementation ("se.fnord:log4j2-logstash-layout:0.1")
'se.fnord:log4j2-logstash-layout:jar:0.1'
<dependency org="se.fnord" name="log4j2-logstash-layout" rev="0.1">
<artifact name="log4j2-logstash-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.fnord', module='log4j2-logstash-layout', version='0.1')
)
libraryDependencies += "se.fnord" % "log4j2-logstash-layout" % "0.1"
[se.fnord/log4j2-logstash-layout "0.1"]