MVN

com.indeed.logstash.log4j : jsonevent-layout

Maven & Gradle

Oct 12, 2017
2 usages
2 stars

jsonevent-layout · Log4j pattern layout that conforms to the logstash json_event format

<dependency>
    <groupId>com.indeed.logstash.log4j</groupId>
    <artifactId>jsonevent-layout</artifactId>
    <version>1.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.indeed.logstash.log4j : jsonevent-layout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.6

All Versions

Choose a version of com.indeed.logstash.log4j : jsonevent-layout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
jsonevent-layout-1.6.6
jsonevent-layout-1.6.1
1.4.x
jsonevent-layout-1.4.2
jsonevent-layout-1.4.1
1.4
jsonevent-layout-1.4

How to add a dependency to Maven

Add the following com.indeed.logstash.log4j : jsonevent-layout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.indeed.logstash.log4j</groupId>
    <artifactId>jsonevent-layout</artifactId>
    <version>1.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.indeed.logstash.log4j : jsonevent-layout gradle dependency to your build.gradle file:

implementation 'com.indeed.logstash.log4j:jsonevent-layout:1.6.6'

Gradle Kotlin DSL: Add the following com.indeed.logstash.log4j : jsonevent-layout gradle kotlin dependency to your build.gradle.kts file:

implementation("com.indeed.logstash.log4j:jsonevent-layout:1.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.indeed.logstash.log4j : jsonevent-layout sbt scala dependency to your build.sbt file:

libraryDependencies += "com.indeed.logstash.log4j" % "jsonevent-layout" % "1.6.6"

Advertisement