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