is not current version
Last Version 2.0.1

org.grlea.log:simple-log 1.7

Simple Log: the simple way to log.

GroupId

GroupId

org.grlea.log
ArtifactId

ArtifactId

simple-log
Version

Version

1.7
Type

Type

jar

Download simple-log 1.7


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