GroupId | GroupIdio.github.xiaoyudeguang |
---|---|
ArtifactId | ArtifactIdeasy-access |
Version | Version3.3.22 |
Type | Typejar |
Filename | Size |
---|---|
easy-access-3.3.22.pom | |
easy-access-3.3.22.jar | 32 KB |
easy-access-3.3.22-sources.jar | 22 KB |
easy-access-3.3.22-javadoc.jar | 344 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-access/ -->
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-access</artifactId>
<version>3.3.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-access/
implementation 'io.github.xiaoyudeguang:easy-access:3.3.22'
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-access/
implementation ("io.github.xiaoyudeguang:easy-access:3.3.22")
'io.github.xiaoyudeguang:easy-access:jar:3.3.22'
<dependency org="io.github.xiaoyudeguang" name="easy-access" rev="3.3.22">
<artifact name="easy-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xiaoyudeguang', module='easy-access', version='3.3.22')
)
libraryDependencies += "io.github.xiaoyudeguang" % "easy-access" % "3.3.22"
[io.github.xiaoyudeguang/easy-access "3.3.22"]