MVN

com.gitee.ainilili : nolog

Maven & Gradle

Aug 01, 2018
10 usages

nolog · 轻量级日志工具&工具包

<dependency>
    <groupId>com.gitee.ainilili</groupId>
    <artifactId>nolog</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.ainilili : nolog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.gitee.ainilili : nolog to add to Maven or Gradle - All Versions:

  • Version Updated
  • nolog-1.1.3

    Aug 01, 2018
  • nolog-1.1.1

    Jul 13, 2018
  • nolog-1.1.0

    Jul 06, 2018
  • nolog-1.0.9

    Jun 28, 2018
  • nolog-1.0.8

    Jun 26, 2018
  • nolog-1.0.7

    Jun 24, 2018
  • nolog-1.0.6

    Jun 23, 2018
  • nolog-1.0.5

    Jun 21, 2018
  • nolog-1.0.4

    Jun 21, 2018
  • nolog-1.0.1

    Jun 09, 2018

How to add a dependency to Maven

Add the following com.gitee.ainilili : nolog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.ainilili</groupId>
    <artifactId>nolog</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.ainilili : nolog gradle dependency to your build.gradle file:

implementation 'com.gitee.ainilili:nolog:1.1.3'

Gradle Kotlin DSL: Add the following com.gitee.ainilili : nolog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.ainilili:nolog:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.ainilili : nolog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.ainilili" % "nolog" % "1.1.3"