GroupId | GroupIdcom.github.chaojunzi |
---|---|
ArtifactId | ArtifactIdchao-cloud-common-core |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
chao-cloud-common-core-1.0.8.pom | |
chao-cloud-common-core-1.0.8.jar | 164 KB |
chao-cloud-common-core-1.0.8-sources.jar | 125 KB |
chao-cloud-common-core-1.0.8-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/ -->
<dependency>
<groupId>com.github.chaojunzi</groupId>
<artifactId>chao-cloud-common-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/
implementation 'com.github.chaojunzi:chao-cloud-common-core:1.0.8'
// https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/
implementation ("com.github.chaojunzi:chao-cloud-common-core:1.0.8")
'com.github.chaojunzi:chao-cloud-common-core:jar:1.0.8'
<dependency org="com.github.chaojunzi" name="chao-cloud-common-core" rev="1.0.8">
<artifact name="chao-cloud-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chaojunzi', module='chao-cloud-common-core', version='1.0.8')
)
libraryDependencies += "com.github.chaojunzi" % "chao-cloud-common-core" % "1.0.8"
[com.github.chaojunzi/chao-cloud-common-core "1.0.8"]