MVN

org.nishat.util : log

Maven & Gradle

Mar 30, 2023
0 stars

org.nishat.util:log · A simple logging library for java

<dependency>
    <groupId>org.nishat.util</groupId>
    <artifactId>log</artifactId>
    <version>1.5.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nishat.util : log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.20

All Versions

Choose a version of org.nishat.util : log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
log-1.5.20
log-1.5.18
log-1.5.17
log-1.5.16
log-1.5.12
log-1.5.10
log-1.5.9
log-1.5.8
log-1.5.7
log-1.5.6
log-1.5.5
log-1.5.4
log-1.5.3
1.5
log-1.5
1.3
log-1.3
1.2
log-1.2
1.1
log-1.1
1.0
log-1.0

How to add a dependency to Maven

Add the following org.nishat.util : log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nishat.util</groupId>
    <artifactId>log</artifactId>
    <version>1.5.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nishat.util : log gradle dependency to your build.gradle file:

implementation 'org.nishat.util:log:1.5.20'

Gradle Kotlin DSL: Add the following org.nishat.util : log gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nishat.util:log:1.5.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nishat.util : log sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nishat.util" % "log" % "1.5.20"