MVN

ru.dmerkushov : log-helper-plugin-log4j

Maven & Gradle

Apr 17, 2014
0 stars

log-helper-plugin-log4j · A plugin for log-helper library to use Apache Log4j with log-helper. See https://github.com/dmerkushov/log-helper

<dependency>
    <groupId>ru.dmerkushov</groupId>
    <artifactId>log-helper-plugin-log4j</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.dmerkushov : log-helper-plugin-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of ru.dmerkushov : log-helper-plugin-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
log-helper-plugin-log4j-2.0.2

How to add a dependency to Maven

Add the following ru.dmerkushov : log-helper-plugin-log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.dmerkushov</groupId>
    <artifactId>log-helper-plugin-log4j</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.dmerkushov : log-helper-plugin-log4j gradle dependency to your build.gradle file:

implementation 'ru.dmerkushov:log-helper-plugin-log4j:2.0.2'

Gradle Kotlin DSL: Add the following ru.dmerkushov : log-helper-plugin-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.dmerkushov:log-helper-plugin-log4j:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.dmerkushov : log-helper-plugin-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.dmerkushov" % "log-helper-plugin-log4j" % "2.0.2"

Advertisement