MVN

org.grlea.log.adapters : simple-log-commons-logging

Maven & Gradle

Nov 06, 2006

Simple Log - Commons Logging Adapter · Simple Log Adapter for Jakarta commons-logging

<dependency>
    <groupId>org.grlea.log.adapters</groupId>
    <artifactId>simple-log-commons-logging</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grlea.log.adapters : simple-log-commons-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.grlea.log.adapters : simple-log-commons-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
simple-log-commons-logging-2.0.1
1.7
simple-log-commons-logging-1.7

How to add a dependency to Maven

Add the following org.grlea.log.adapters : simple-log-commons-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.grlea.log.adapters</groupId>
    <artifactId>simple-log-commons-logging</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grlea.log.adapters : simple-log-commons-logging gradle dependency to your build.gradle file:

implementation 'org.grlea.log.adapters:simple-log-commons-logging:1.7'

Gradle Kotlin DSL: Add the following org.grlea.log.adapters : simple-log-commons-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grlea.log.adapters:simple-log-commons-logging:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grlea.log.adapters : simple-log-commons-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grlea.log.adapters" % "simple-log-commons-logging" % "1.7"

Advertisement