Download jsonevent-layout-1.6.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.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials