is not current version
Last Version 4.3.11

io.github.xiaoyudeguang:easy-log 3.2.26-RELEASE

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

3.2.26-RELEASE
Type

Type

jar

Download easy-log 3.2.26-RELEASE


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