License |
License |
---|---|
GroupId | GroupIdcom.esotericsoftware.minlog |
ArtifactId | ArtifactIdminlog |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMinLog
Minimal overhead Java logging
|
Project URL |
Project URL |
Filename | Size |
---|---|
minlog-1.2.pom | |
minlog-1.2.jar | 4 KB |
minlog-1.2-sources.jar | 2 KB |
minlog-1.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.esotericsoftware.minlog/minlog/ -->
<dependency>
<groupId>com.esotericsoftware.minlog</groupId>
<artifactId>minlog</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware.minlog/minlog/
implementation 'com.esotericsoftware.minlog:minlog:1.2'
// https://jarcasting.com/artifacts/com.esotericsoftware.minlog/minlog/
implementation ("com.esotericsoftware.minlog:minlog:1.2")
'com.esotericsoftware.minlog:minlog:jar:1.2'
<dependency org="com.esotericsoftware.minlog" name="minlog" rev="1.2">
<artifact name="minlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware.minlog', module='minlog', version='1.2')
)
libraryDependencies += "com.esotericsoftware.minlog" % "minlog" % "1.2"
[com.esotericsoftware.minlog/minlog "1.2"]