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