MVN

com.esotericsoftware.minlog : minlog

Maven & Gradle

May 31, 2012
32 usages

MinLog · Minimal overhead Java logging

<dependency>
    <groupId>com.esotericsoftware.minlog</groupId>
    <artifactId>minlog</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.esotericsoftware.minlog : minlog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.esotericsoftware.minlog : minlog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
minlog-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.esotericsoftware.minlog</groupId>
    <artifactId>minlog</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.esotericsoftware.minlog : minlog gradle dependency to your build.gradle file:

implementation 'com.esotericsoftware.minlog:minlog:1.2'

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

implementation("com.esotericsoftware.minlog:minlog:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.esotericsoftware.minlog : minlog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.esotericsoftware.minlog" % "minlog" % "1.2"

Advertisement

Dependencies from Group

May 31, 2012
32 usages

Discover Dependencies

Jun 26, 2014
2 usages
139 stars
Mar 12, 2014
37 usages
603 stars
Dec 16, 2014
1 usages
131 stars
Jun 16, 2014
1 stars
Jan 10, 2014
5 usages
4.1k stars
Sep 09, 2014
10 usages
342 stars
Jul 05, 2012
2 stars