MVN

de.mindpipe.android : android-logging-log4j

Maven & Gradle

Jun 24, 2012
4 usages

android-logging-log4j · Logging with log4j in Android. Provides log4j configuration facade class and a LogCat appender.

<dependency>
    <groupId>de.mindpipe.android</groupId>
    <artifactId>android-logging-log4j</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mindpipe.android : android-logging-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of de.mindpipe.android : android-logging-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-logging-log4j-1.0.3
android-logging-log4j-1.0.2
android-logging-log4j-1.0.1
android-logging-log4j-1.0.0

How to add a dependency to Maven

Add the following de.mindpipe.android : android-logging-log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.mindpipe.android</groupId>
    <artifactId>android-logging-log4j</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.mindpipe.android : android-logging-log4j gradle dependency to your build.gradle file:

implementation 'de.mindpipe.android:android-logging-log4j:1.0.3'

Gradle Kotlin DSL: Add the following de.mindpipe.android : android-logging-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("de.mindpipe.android:android-logging-log4j:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.mindpipe.android : android-logging-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "de.mindpipe.android" % "android-logging-log4j" % "1.0.3"

Advertisement