MVN

com.increff.commons : commons-logging

Maven & Gradle

Jun 22, 2021
0 stars

commons-logging · commons-logging provides a custom log4j appender to manage log files

<dependency>
    <groupId>com.increff.commons</groupId>
    <artifactId>commons-logging</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.increff.commons : commons-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.increff.commons : commons-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
commons-logging-1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.increff.commons</groupId>
    <artifactId>commons-logging</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.increff.commons : commons-logging gradle dependency to your build.gradle file:

implementation 'com.increff.commons:commons-logging:1.7'

Gradle Kotlin DSL: Add the following com.increff.commons : commons-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.increff.commons:commons-logging:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.increff.commons : commons-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.increff.commons" % "commons-logging" % "1.7"