MVN

wtf.s1.ezlog : ezlog

Maven & Gradle

Aug 07, 2023
79 stars

ezlog · a crossplatform logging library

<dependency>
    <groupId>wtf.s1.ezlog</groupId>
    <artifactId>ezlog</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wtf.s1.ezlog : ezlog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7
  • Latest Beta: 0.2.0-beta.2
  • Latest Alpha: 0.2.0-alpha.2

All Versions

Choose a version of wtf.s1.ezlog : ezlog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ezlog-0.2.0-beta.2
ezlog-0.2.0-beta.1
ezlog-0.2.0-alpha.2
ezlog-0.2.0-alpha.1
0.1.x
ezlog-0.1.7
ezlog-0.1.6
ezlog-0.1.5
ezlog-0.1.4
ezlog-0.1.3
ezlog-0.1.2
ezlog-0.1.1

How to add a dependency to Maven

Add the following wtf.s1.ezlog : ezlog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wtf.s1.ezlog</groupId>
    <artifactId>ezlog</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wtf.s1.ezlog : ezlog gradle dependency to your build.gradle file:

implementation 'wtf.s1.ezlog:ezlog:0.1.7'

Gradle Kotlin DSL: Add the following wtf.s1.ezlog : ezlog gradle kotlin dependency to your build.gradle.kts file:

implementation("wtf.s1.ezlog:ezlog:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following wtf.s1.ezlog : ezlog sbt scala dependency to your build.sbt file:

libraryDependencies += "wtf.s1.ezlog" % "ezlog" % "0.1.7"