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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials