is not current version
Last Version 4.3.11

io.github.xiaoyudeguang:easy-log 4.0.0

An Simple tool named easy-log for java developers when need to send log to an remote address.

GroupId

GroupId

io.github.xiaoyudeguang
ArtifactId

ArtifactId

easy-log
Version

Version

4.0.0
Type

Type

jar

Download easy-log 4.0.0


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