MVN

io.lenar : easy-log

Maven & Gradle

Oct 27, 2018
4 stars

Easy Log · Simplifies logging

<dependency>
    <groupId>io.lenar</groupId>
    <artifactId>easy-log</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.0

All Versions

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

  • Version Updated
  • easy-log-1.3.0

    Oct 26, 2018
  • easy-log-1.2.6

    Oct 23, 2018
  • easy-log-1.2.5

    Oct 16, 2018
  • easy-log-1.2.4

    Oct 12, 2018
  • easy-log-1.2.3

    Oct 08, 2018
  • easy-log-1.2.2

    Aug 27, 2018
  • easy-log-1.2.1

    Aug 27, 2018
  • easy-log-1.2.0

    Aug 23, 2018
  • easy-log-1.1.5

    Aug 21, 2018
  • easy-log-1.1.4

    Aug 08, 2018
  • easy-log-1.1.3

    Aug 03, 2018
  • easy-log-1.1.2

    Aug 01, 2018
  • easy-log-1.1.1

    Jul 30, 2018
  • easy-log-1.1.0

    Jul 26, 2018
  • easy-log-1.0.1

    Jul 20, 2018
  • easy-log-1.0.0

    Jul 10, 2018
  • easy-log-0.9.7

    Jun 29, 2018
  • easy-log-0.9.5

    Jun 27, 2018
  • easy-log-0.9.4

    Jun 20, 2018
  • easy-log-0.9.2

    Jun 19, 2018
  • easy-log-0.9.1

    Jun 11, 2018
  • easy-log-0.3.1

    Jun 08, 2018
  • easy-log-0.2.1

    Jun 05, 2018
  • easy-log-0.1.0

    May 29, 2018
  • easy-log-0.0.4

    May 22, 2018
  • easy-log-0.0.2

    May 22, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>io.lenar</groupId>
    <artifactId>easy-log</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.lenar:easy-log:1.3.0'

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

implementation("io.lenar:easy-log:1.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.lenar" % "easy-log" % "1.3.0"