GroupId | GroupIdio.github.xiaoyudeguang |
---|---|
ArtifactId | ArtifactIdeasy-core |
Version | Version1.2.18-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
easy-core-1.2.18-RELEASE.pom | |
easy-core-1.2.18-RELEASE.jar | 82 KB |
easy-core-1.2.18-RELEASE-sources.jar | 49 KB |
easy-core-1.2.18-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>1.2.18-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-core/
implementation 'io.github.xiaoyudeguang:easy-core:1.2.18-RELEASE'
// https://jarcasting.com/artifacts/io.github.xiaoyudeguang/easy-core/
implementation ("io.github.xiaoyudeguang:easy-core:1.2.18-RELEASE")
'io.github.xiaoyudeguang:easy-core:jar:1.2.18-RELEASE'
<dependency org="io.github.xiaoyudeguang" name="easy-core" rev="1.2.18-RELEASE">
<artifact name="easy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xiaoyudeguang', module='easy-core', version='1.2.18-RELEASE')
)
libraryDependencies += "io.github.xiaoyudeguang" % "easy-core" % "1.2.18-RELEASE"
[io.github.xiaoyudeguang/easy-core "1.2.18-RELEASE"]