is not current version
Last Version 1.3.1

com.esotericsoftware:minlog 1.3-SNAPHOT

Minimal overhead Java logging

GroupId

GroupId

com.esotericsoftware
ArtifactId

ArtifactId

minlog
Version

Version

1.3-SNAPHOT
Type

Type

jar

Download minlog 1.3-SNAPHOT


<!-- https://jarcasting.com/artifacts/com.esotericsoftware/minlog/ -->
<dependency>
    <groupId>com.esotericsoftware</groupId>
    <artifactId>minlog</artifactId>
    <version>1.3-SNAPHOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware/minlog/
implementation 'com.esotericsoftware:minlog:1.3-SNAPHOT'
// https://jarcasting.com/artifacts/com.esotericsoftware/minlog/
implementation ("com.esotericsoftware:minlog:1.3-SNAPHOT")
'com.esotericsoftware:minlog:jar:1.3-SNAPHOT'
<dependency org="com.esotericsoftware" name="minlog" rev="1.3-SNAPHOT">
  <artifact name="minlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware', module='minlog', version='1.3-SNAPHOT')
)
libraryDependencies += "com.esotericsoftware" % "minlog" % "1.3-SNAPHOT"
[com.esotericsoftware/minlog "1.3-SNAPHOT"]