Download jsonevent-layout-1.0.jar file - Jar j

Jar examples for j:jsonevent-layout

Description

Log4j pattern layout that conforms to the logstash json_event format

You can download jar file jsonevent-layout 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsonevent-layout-1.0.jar to your project.

<dependency>
   <groupId>net.logstash.log4j</groupId>
   <artifactId>jsonevent-layout</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.logstash.log4j', name: 'jsonevent-layout', version: '1.0'
libraryDependencies += "net.logstash.log4j" % "jsonevent-layout" % "1.0"
<dependency org="net.logstash.log4j" name="jsonevent-layout" rev="1.0"/>
@Grapes(@Grab(group='net.logstash.log4j', module='jsonevent-layout', version='1.0'))
'net.logstash.log4j:jsonevent-layout:jar:1.0'

Download

Click the following link to download the jar file.

jsonevent-layout-1.0-javadoc.jar
jsonevent-layout-1.0-sources.jar
jsonevent-layout-1.0.jar
jsonevent-layout-1.0.pom



Related Tutorials