MVN

br.dev.dig.logger.printer : android-log

Maven & Gradle

Mar 24, 2023
4 stars

Simple Logger Android · Printer for Simple Logger, using Android native Log

<dependency>
    <groupId>br.dev.dig.logger.printer</groupId>
    <artifactId>android-log</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.dev.dig.logger.printer : android-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of br.dev.dig.logger.printer : android-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
android-log-1.3.0
1.2.x
android-log-1.2.0
1.1.x
android-log-1.1.0
1.0.x
android-log-1.0.0
0.2.x
android-log-0.2.0
0.1.x
android-log-0.1.0

How to add a dependency to Maven

Add the following br.dev.dig.logger.printer : android-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.dev.dig.logger.printer</groupId>
    <artifactId>android-log</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.dev.dig.logger.printer : android-log gradle dependency to your build.gradle file:

implementation 'br.dev.dig.logger.printer:android-log:1.3.0'

Gradle Kotlin DSL: Add the following br.dev.dig.logger.printer : android-log gradle kotlin dependency to your build.gradle.kts file:

implementation("br.dev.dig.logger.printer:android-log:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.dev.dig.logger.printer : android-log sbt scala dependency to your build.sbt file:

libraryDependencies += "br.dev.dig.logger.printer" % "android-log" % "1.3.0"