is not current version
Last Version 4.3.11

io.github.xiaoyudeguang:easy-log 0.0.3

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

0.0.3
Type

Type

jar

Download easy-log 0.0.3


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