MVN

vip.breakpoint : easy-log

Maven & Gradle

Nov 30, 2022
1 stars

easy-log · A tool for logging in our project

<dependency>
    <groupId>vip.breakpoint</groupId>
    <artifactId>easy-log</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.breakpoint : easy-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of vip.breakpoint : easy-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
easy-log-2.0.1
easy-log-2.0.0
1.0.x
easy-log-1.0.1
easy-log-1.0.0.RELEASE

How to add a dependency to Maven

Add the following vip.breakpoint : easy-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>vip.breakpoint</groupId>
    <artifactId>easy-log</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.breakpoint : easy-log gradle dependency to your build.gradle file:

implementation 'vip.breakpoint:easy-log:2.0.1'

Gradle Kotlin DSL: Add the following vip.breakpoint : easy-log gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.breakpoint:easy-log:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.breakpoint : easy-log sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.breakpoint" % "easy-log" % "2.0.1"

Advertisement