| GroupId | GroupIdcom.gitee.cloudangel |
|---|---|
| ArtifactId | ArtifactIdzhike-framework-common |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zhike-framework-common-1.0.0.pom | |
| zhike-framework-common-1.0.0.jar | 163 KB |
| zhike-framework-common-1.0.0-sources.jar | 109 KB |
| zhike-framework-common-1.0.0-javadoc.jar | 605 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.cloudangel/zhike-framework-common/ -->
<dependency>
<groupId>com.gitee.cloudangel</groupId>
<artifactId>zhike-framework-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.cloudangel/zhike-framework-common/
implementation 'com.gitee.cloudangel:zhike-framework-common:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.cloudangel/zhike-framework-common/
implementation ("com.gitee.cloudangel:zhike-framework-common:1.0.0")
'com.gitee.cloudangel:zhike-framework-common:jar:1.0.0'
<dependency org="com.gitee.cloudangel" name="zhike-framework-common" rev="1.0.0">
<artifact name="zhike-framework-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.cloudangel', module='zhike-framework-common', version='1.0.0')
)
libraryDependencies += "com.gitee.cloudangel" % "zhike-framework-common" % "1.0.0"
[com.gitee.cloudangel/zhike-framework-common "1.0.0"]