GroupId | GroupIdio.gitee.yunlongn |
---|---|
ArtifactId | ArtifactIdcommon-core |
Version | Version1.2 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
common-core-1.2.pom | |
common-core-1.2.jar | 10 KB |
common-core-1.2-sources.jar | 5 KB |
common-core-1.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.yunlongn/common-core/ -->
<dependency>
<groupId>io.gitee.yunlongn</groupId>
<artifactId>common-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.yunlongn/common-core/
implementation 'io.gitee.yunlongn:common-core:1.2'
// https://jarcasting.com/artifacts/io.gitee.yunlongn/common-core/
implementation ("io.gitee.yunlongn:common-core:1.2")
'io.gitee.yunlongn:common-core:jar:1.2'
<dependency org="io.gitee.yunlongn" name="common-core" rev="1.2">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.yunlongn', module='common-core', version='1.2')
)
libraryDependencies += "io.gitee.yunlongn" % "common-core" % "1.2"
[io.gitee.yunlongn/common-core "1.2"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-all | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-aop | jar |