is not current version
Last Version 1.0.4

com.github.perkinsli:simplelog 1.0.2

for log is simple project for Spring Boot

GroupId

GroupId

com.github.perkinsli
ArtifactId

ArtifactId

simplelog
Version

Version

1.0.2
Type

Type

jar

Download simplelog 1.0.2


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