MVN

berlin.yuna : just-log

Maven & Gradle

Jul 24, 2023
0 stars

just-log · Simple java logger

<dependency>
    <groupId>berlin.yuna</groupId>
    <artifactId>just-log</artifactId>
    <version>0.1.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of berlin.yuna : just-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.40

All Versions

Choose a version of berlin.yuna : just-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
just-log-0.1.40
just-log-0.1.39
just-log-0.1.38
just-log-0.1.37
just-log-0.1.36
just-log-0.1.35
just-log-0.1.34
just-log-0.1.33
just-log-0.1.32
just-log-0.1.31
just-log-0.1.30
just-log-0.1.29
just-log-0.1.28
just-log-0.1.27
just-log-0.1.26
just-log-0.1.25
just-log-0.1.24
just-log-0.1.23
just-log-0.1.22
just-log-0.1.21
just-log-0.1.20
just-log-0.1.19
just-log-0.1.18
just-log-0.1.17
just-log-0.1.16
just-log-0.1.15
just-log-0.1.13
just-log-0.1.12
just-log-0.1.11
just-log-0.1.10
just-log-0.1.9
just-log-0.1.8
just-log-0.1.7
just-log-0.1.6
just-log-0.1.5
just-log-0.1.3

How to add a dependency to Maven

Add the following berlin.yuna : just-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>berlin.yuna</groupId>
    <artifactId>just-log</artifactId>
    <version>0.1.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following berlin.yuna : just-log gradle dependency to your build.gradle file:

implementation 'berlin.yuna:just-log:0.1.40'

Gradle Kotlin DSL: Add the following berlin.yuna : just-log gradle kotlin dependency to your build.gradle.kts file:

implementation("berlin.yuna:just-log:0.1.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following berlin.yuna : just-log sbt scala dependency to your build.sbt file:

libraryDependencies += "berlin.yuna" % "just-log" % "0.1.40"

Advertisement