is not current version
Last Version 4.3.11

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

3.1.3-RELEASE
Type

Type

jar

Download easy-access 3.1.3-RELEASE


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