is not current version
Last Version 4.3.11

io.github.xiaoyudeguang:easy-access 1.2.17-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-access
Version

Version

1.2.17-RELEASE
Type

Type

jar

Download easy-access 1.2.17-RELEASE


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