MVN

net.inemar.utility : log4j2elastic

Maven & Gradle

May 27, 2015

Log4j2_Elastic · The aim of the project is to store java log data generated with log4j2 (http://logging.apache.org/log4j/2.x/) in an elasticsearch database. It also provides the possiblity to change the log settings using a web based configuration

<dependency>
    <groupId>net.inemar.utility</groupId>
    <artifactId>log4j2elastic</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.inemar.utility : log4j2elastic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of net.inemar.utility : log4j2elastic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
log4j2elastic-3.1.0
3.0.x
log4j2elastic-3.0.2
log4j2elastic-3.0.1
log4j2elastic-3.0.0
2.1.x
log4j2elastic-2.1.4
log4j2elastic-2.1.3
log4j2elastic-2.1.2
log4j2elastic-2.1.1
log4j2elastic-2.1.0

How to add a dependency to Maven

Add the following net.inemar.utility : log4j2elastic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.inemar.utility</groupId>
    <artifactId>log4j2elastic</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.inemar.utility : log4j2elastic gradle dependency to your build.gradle file:

implementation 'net.inemar.utility:log4j2elastic:3.1.0'

Gradle Kotlin DSL: Add the following net.inemar.utility : log4j2elastic gradle kotlin dependency to your build.gradle.kts file:

implementation("net.inemar.utility:log4j2elastic:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.inemar.utility : log4j2elastic sbt scala dependency to your build.sbt file:

libraryDependencies += "net.inemar.utility" % "log4j2elastic" % "3.1.0"

Advertisement