MVN

com.butor : butor-log4j

Maven & Gradle

Aug 30, 2019
18 usages

Butor Framework Core - Log4J Module · This project is an log4j specific module, contains utility specific to log4j.

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-log4j</artifactId>
    <version>1.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.butor : butor-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.29

All Versions

Choose a version of com.butor : butor-log4j to add to Maven or Gradle - All Versions:

  • Version Updated
  • butor-log4j-1.0.29

    Aug 30, 2019
  • butor-log4j-1.0.28

    May 21, 2019
  • butor-log4j-1.0.27

    Apr 24, 2019
  • butor-log4j-1.0.25

    Apr 19, 2019
  • butor-log4j-1.0.24

    Dec 03, 2018
  • butor-log4j-1.0.23

    Nov 23, 2018
  • butor-log4j-1.0.22

    Sep 12, 2018
  • butor-log4j-1.0.21

    May 19, 2018
  • butor-log4j-1.0.19

    Mar 27, 2018
  • butor-log4j-1.0.18

    Mar 18, 2018
  • butor-log4j-1.0.17

    Feb 14, 2018
  • butor-log4j-1.0.14

    Jan 28, 2018
  • butor-log4j-1.0.13

    Nov 21, 2017
  • butor-log4j-1.0.12

    Oct 18, 2017
  • butor-log4j-1.0.9

    Aug 27, 2017
  • butor-log4j-1.0.7

    Jun 23, 2017
  • butor-log4j-1.0.6

    Dec 03, 2016
  • butor-log4j-1.0.3

    Nov 22, 2016
  • butor-log4j-1.0.0

    May 12, 2015
  • butor-log4j-0.9.0

    Aug 19, 2014
  • butor-log4j-0.0.4

    Jun 04, 2014
  • butor-log4j-0.0.3

    Jun 03, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-log4j</artifactId>
    <version>1.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.butor : butor-log4j gradle dependency to your build.gradle file:

implementation 'com.butor:butor-log4j:1.0.29'

Gradle Kotlin DSL: Add the following com.butor : butor-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.butor:butor-log4j:1.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.butor : butor-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.butor" % "butor-log4j" % "1.0.29"