MVN

cn.wangzq : flog

Maven & Gradle

Jul 28, 2023

flog · A Simple Android log library

<dependency>
    <groupId>cn.wangzq</groupId>
    <artifactId>flog</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.wangzq : flog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of cn.wangzq : flog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
flog-3.1.1
flog-3.1.0
3.0.x
flog-3.0.1
flog-3.0.0
2.3.x
flog-2.3.0
2.2.x
flog-2.2.2
flog-2.2.1

How to add a dependency to Maven

Add the following cn.wangzq : flog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.wangzq</groupId>
    <artifactId>flog</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.wangzq : flog gradle dependency to your build.gradle file:

implementation 'cn.wangzq:flog:3.1.1'

Gradle Kotlin DSL: Add the following cn.wangzq : flog gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.wangzq:flog:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.wangzq : flog sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.wangzq" % "flog" % "3.1.1"