MVN

cn.bestwu : starter-logging

Maven & Gradle

Jan 14, 2019
12 usages

starter-logging · starter-logging

<dependency>
    <groupId>cn.bestwu</groupId>
    <artifactId>starter-logging</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.bestwu : starter-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11

All Versions

Choose a version of cn.bestwu : starter-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
starter-logging-2.0.11
starter-logging-2.0.10
starter-logging-2.0.9
starter-logging-2.0.6
starter-logging-2.0.5
starter-logging-2.0.4
starter-logging-2.0.3
starter-logging-2.0.2
starter-logging-2.0.1
starter-logging-2.0.0
1.0.x
starter-logging-1.0.0
0.1.x
starter-logging-0.1.6-v1
starter-logging-0.1.6
starter-logging-0.1.5
starter-logging-0.1.4
starter-logging-0.1.3
starter-logging-0.1.2
starter-logging-0.1.1
starter-logging-0.1.0
0.0.x
starter-logging-0.0.11
starter-logging-0.0.10
starter-logging-0.0.9
starter-logging-0.0.7
starter-logging-0.0.6
starter-logging-0.0.5
starter-logging-0.0.4
starter-logging-0.0.3
starter-logging-0.0.2
starter-logging-0.0.1

How to add a dependency to Maven

Add the following cn.bestwu : starter-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.bestwu</groupId>
    <artifactId>starter-logging</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.bestwu : starter-logging gradle dependency to your build.gradle file:

implementation 'cn.bestwu:starter-logging:2.0.11'

Gradle Kotlin DSL: Add the following cn.bestwu : starter-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.bestwu:starter-logging:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.bestwu : starter-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.bestwu" % "starter-logging" % "2.0.11"

Advertisement