MVN

com.intellisrc : log

Maven & Gradle

Jul 06, 2023

IntelliSrc Common Library : Log Module · SLF4J colorful logger with many options and easy to use.You can add customized loggers and personalize the way your logs look.

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>log</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellisrc : log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11

All Versions

Choose a version of com.intellisrc : log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
log-2.8.11
log-2.8.10
log-2.8.9
log-2.8.8
log-2.8.7
log-2.8.6
log-2.8.5
log-2.8.4
log-2.8.3
log-2.8.2
log-2.8.1
log-2.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.intellisrc</groupId>
    <artifactId>log</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intellisrc : log gradle dependency to your build.gradle file:

implementation 'com.intellisrc:log:2.8.11'

Gradle Kotlin DSL: Add the following com.intellisrc : log gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intellisrc:log:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intellisrc : log sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intellisrc" % "log" % "2.8.11"

Advertisement